Skip to content

Commit 11f1e4a

Browse files
Update updater.json
1 parent 6673ae6 commit 11f1e4a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

updater.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"versionCode": 1000,
3-
"versionName": "1.0.0+gh.r01",
2+
"baseVersionCode": 1000,
3+
"baseVersionName": "1.0.0+gh.r01",
44
"baseUrl": "https://github.com/Mohammed-Baqer-null/AndroidIDE-Rv2/releases/download/v{versionName}",
55
"variants": {
66
"armeabi-v7a": {
7+
"versionCode": 1001,
8+
"versionName": "1.0.0+gh.r01",
79
"apkUrl": "{baseUrl}/android-code-studio-armeabi-v7a-{versionName}.apk"
810
},
911
"arm64-v8a": {
12+
"versionCode": 1000,
13+
"versionName": "1.0.0+gh.r01",
1014
"apkUrl": "{baseUrl}/android-code-studio-aarch64-{versionName}.apk"
1115
}
1216
},

0 commit comments

Comments
 (0)