Skip to content

Commit 9ec5488

Browse files
committed
fixed version
1 parent 10a8e2f commit 9ec5488

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,16 @@ android {
1414
applicationId = "com.hhst.litube"
1515
minSdk = 26
1616
targetSdk = 35
17-
versionCode = 18
18-
versionName = "1.5.3"
17+
versionCode = 19
18+
versionName = "1.5.3.1"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20+
21+
22+
2023
ndk {
2124
abiFilters.addAll(listOf("arm64-v8a"))
2225
}
2326

24-
"""
25-
ndk {
26-
splits {
27-
abi {
28-
isEnable = true
29-
reset()
30-
include("arm64-v8a", "armeabi-v7a", "x86", "x86_64")
31-
isUniversalApk = true
32-
}
33-
}
34-
}
35-
""".trimIndent()
3627

3728

3829
buildTypes {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed:progress bar load all the time

0 commit comments

Comments
 (0)