diff --git a/app/build.gradle b/app/build.gradle index 28a8a99..44085de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "com.turtle.yososuwhere" minSdkVersion 23 targetSdkVersion 31 - versionCode 4 - versionName "1.0.0.1" + versionCode 5 + versionName "1.0.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }