We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6673ae6 commit 11f1e4aCopy full SHA for 11f1e4a
updater.json
@@ -1,12 +1,16 @@
1
{
2
- "versionCode": 1000,
3
- "versionName": "1.0.0+gh.r01",
+ "baseVersionCode": 1000,
+ "baseVersionName": "1.0.0+gh.r01",
4
"baseUrl": "https://github.com/Mohammed-Baqer-null/AndroidIDE-Rv2/releases/download/v{versionName}",
5
"variants": {
6
"armeabi-v7a": {
7
+ "versionCode": 1001,
8
+ "versionName": "1.0.0+gh.r01",
9
"apkUrl": "{baseUrl}/android-code-studio-armeabi-v7a-{versionName}.apk"
10
},
11
"arm64-v8a": {
12
+ "versionCode": 1000,
13
14
"apkUrl": "{baseUrl}/android-code-studio-aarch64-{versionName}.apk"
15
}
16
0 commit comments