diff --git a/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt index 5621d967..f5700102 100644 --- a/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt @@ -21,8 +21,8 @@ class AndroidApplicationConventionPlugin : Plugin { applicationId = "com.goms.goms_android_v2" minSdk = 26 targetSdk = 34 - versionCode = 19 - versionName = "1.2.8" + versionCode = 20 + versionName = "1.2.9" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true