forked from AndroidCSOfficial/android-code-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdater.json
More file actions
18 lines (18 loc) · 680 Bytes
/
updater.json
File metadata and controls
18 lines (18 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"baseVersionCode": 1021,
"baseVersionName": "1.0.0+gh.r2-hotfix",
"baseUrl": "https://github.com/Mohammed-Baqer-null/AndroidIDE-Rv2/releases/download/v{versionName}",
"variants": {
"armeabi-v7a": {
"versionCode": 1023,
"versionName": "1.0.0+gh.r2-hotfix",
"apkUrl": "{baseUrl}/android-code-studio-armeabi-v7a-{versionName}.apk"
},
"arm64-v8a": {
"versionCode": 1022,
"versionName": "1.0.0+gh.r2-hotfix",
"apkUrl": "{baseUrl}/android-code-studio-aarch64-{versionName}.apk"
}
},
"changelog": "https://raw.githubusercontent.com/AndroidCSOfficial/android-code-studio/refs/heads/dev/whatsnew/v1.0.0+gh.r2-hotfix.md"
}