Skip to content

Commit 27066a5

Browse files
committed
patch version 1.6.0.1
1 parent c2136cf commit 27066a5

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,13 @@ android {
1414
applicationId = "com.hhst.litube"
1515
minSdk = 26
1616
targetSdk = 35
17-
versionCode = 20
18-
versionName = "1.6.0"
17+
versionCode = 21
18+
versionName = "1.6.0.1"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020

2121

22-
splits {
23-
abi {
24-
isEnable = true
25-
isUniversalApk = true
26-
reset()
27-
include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
28-
}
22+
ndk {
23+
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64"))
2924
}
3025

3126

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix: App crashes when the Android version is below 12.

0 commit comments

Comments
 (0)