diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2c16610..fdc1486 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.hoker.intra_example" minSdk = 28 targetSdk = 34 - versionCode = 6 - versionName = "1.0.6" + versionCode = 7 + versionName = "1.0.7" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }