Skip to content

Commit 15876cb

Browse files
authored
Update build.gradle.kts
1 parent 2eed912 commit 15876cb

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 = 15
22-
versionName = "1.1.4"
21+
versionCode = 16
22+
versionName = "1.1.5"
2323

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

0 commit comments

Comments
 (0)