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 6d3f0d1 commit e1e040bCopy full SHA for e1e040b
composite-builds/build-logic/plugins/src/main/java/com/tom/rv2ide/plugins/conf/AndroidModuleConf.kt
@@ -133,7 +133,7 @@ fun Project.configureAndroidModule(
133
reset()
134
isEnable = true
135
isUniversalApk = false
136
- include("arm64-v8a")
+ include("arm64-v8a", "armeabi-v7a")
137
}
138
139
updater.json
@@ -4,7 +4,7 @@
4
"baseUrl": "https://github.com/Mohammed-Baqer-null/AndroidIDE-Rv2/releases/download/v{versionName}",
5
"variants": {
6
"armeabi-v7a": {
7
- "versionCode": 1020,
+ "versionCode": 1022,
8
"versionName": "1.0.0+gh.r2",
9
"apkUrl": "{baseUrl}/android-code-studio-armeabi-v7a-{versionName}.apk"
10
},
0 commit comments