diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7259456..f2a9f7d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.stand.standapp" minSdk = 24 targetSdk = 34 - versionCode = 10 - versionName = "1.0.9" + versionCode = 11 + versionName = "1.0.10" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"