Skip to content

Commit a627200

Browse files
author
code3-dev
committed
new
1 parent 405be2e commit a627200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
// Android 8.x and below are not supported due to Jetpack Compose limitations
1919
minSdk = 26
2020
targetSdk = 36
21-
versionCode = 13
22-
versionName = "1.1.2"
21+
versionCode = 14
22+
versionName = "1.1.3"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
}

0 commit comments

Comments
 (0)