Skip to content

Commit dc3c594

Browse files
committed
更改网址 - hal
1 parent 08cd652 commit dc3c594

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ android {
1010
applicationId = "com.hal.leitt"
1111
minSdk = 24
1212
targetSdk = 33
13-
versionCode = 101
14-
versionName = "1.0.1"
13+
versionCode = 102
14+
versionName = "1.0.2"
15+
setProperty("archivesBaseName", "LeiTT-v${versionName}")
1516
ndk {
16-
abiFilters.add("armeabi-v7a")
17+
abiFilters.addAll(arrayOf("armeabi-v7a", "arm64-v8a"))
1718
}
1819
}
1920
buildTypes {

app/leitt.jks

2.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)