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 Álison Fernandes
parent c305de669e
commit bb9c260160

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"
}