Skip to content

Commit e1e040b

Browse files
v1.0.0+gh.r2
1 parent 6d3f0d1 commit e1e040b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composite-builds/build-logic/plugins/src/main/java/com/tom/rv2ide/plugins/conf/AndroidModuleConf.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ fun Project.configureAndroidModule(
133133
reset()
134134
isEnable = true
135135
isUniversalApk = false
136-
include("arm64-v8a")
136+
include("arm64-v8a", "armeabi-v7a")
137137
}
138138
}
139139

updater.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"baseUrl": "https://github.com/Mohammed-Baqer-null/AndroidIDE-Rv2/releases/download/v{versionName}",
55
"variants": {
66
"armeabi-v7a": {
7-
"versionCode": 1020,
7+
"versionCode": 1022,
88
"versionName": "1.0.0+gh.r2",
99
"apkUrl": "{baseUrl}/android-code-studio-armeabi-v7a-{versionName}.apk"
1010
},

0 commit comments

Comments
 (0)