Skip to content

Commit 20a36f9

Browse files
committed
Bump version to 1.1.5
1 parent 7e27473 commit 20a36f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ android {
8383
applicationId = "dev.clombardo.dnsnet"
8484
minSdk = libs.versions.minSdk.get().toInt()
8585
targetSdk = libs.versions.targetSdk.get().toInt()
86-
versionCode = 38
87-
versionName = "1.1.4"
86+
versionCode = 39
87+
versionName = "1.1.5"
8888

8989
ndk {
9090
abiFilters += listOf("x86_64", "x86", "arm64-v8a", "armeabi-v7a")

0 commit comments

Comments
 (0)