Update version name to 1.0.0 (#108)

This commit is contained in:
Brian Yencho
2023-10-12 11:22:52 -05:00
committed by GitHub
parent e6215bcee2
commit 7fd1052565

View File

@@ -18,7 +18,7 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 1
versionName = "1.0"
versionName = "1.0.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}