Skip to content

Commit 59fb308

Browse files
committed
bump to 1.2
1 parent 6fd4cab commit 59fb308

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/build.gradle.kts

+6-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ android {
1414
applicationId = "ru.parcel.app"
1515
minSdk = 22
1616
targetSdk = 35
17-
versionCode = 2
18-
versionName = "1.1"
17+
versionCode = 3
18+
versionName = "1.2"
1919

2020
vectorDrawables {
2121
useSupportLibrary = true
2222
}
23+
24+
ndk {
25+
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64"))
26+
}
2327
}
2428

2529
buildTypes {

0 commit comments

Comments
 (0)