Skip to content

Commit a195679

Browse files
committed
build.gradle.kts: Update version code and name to 18 and 2.3.2 respectively
1 parent 029205a commit a195679

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
@@ -12,8 +12,8 @@ android {
1212
minSdk = 29
1313
//noinspection OldTargetApi
1414
targetSdk = 34
15-
versionCode = 16
16-
versionName = "2.3.0"
15+
versionCode = 18
16+
versionName = "2.3.2"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}

0 commit comments

Comments
 (0)