Skip to content

Commit 2b0c22d

Browse files
Create updater.json
1 parent a199cbf commit 2b0c22d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

updater.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"versionCode": 1000,
3+
"versionName": "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+
"apkUrl": "{baseUrl}/android-code-studio-armeabi-v7a-{versionName}.apk"
8+
},
9+
"arm64-v8a": {
10+
"apkUrl": "{baseUrl}/android-code-studio-aarch64-{versionName}.apk"
11+
}
12+
},
13+
"changelog": "https://raw.githubusercontent.com/Mohammed-Baqer-null/AndroidIDE-Rv2/refs/heads/dev/whatsnew/README.md"
14+
}

0 commit comments

Comments
 (0)