1 parent b7f6f42 commit 63c31faCopy full SHA for 63c31fa
1 file changed
app/build.gradle.kts
@@ -29,7 +29,7 @@ android {
29
minSdk = 26
30
targetSdk = 34
31
versionCode = (System.currentTimeMillis() / 1000).toInt()
32
- versionName = "1.8.0"
+ versionName = "1.8.1"
33
34
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
35
vectorDrawables { useSupportLibrary = true }
0 commit comments