diff --git a/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt index f4a37791..5621d967 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 = 18 - versionName = "1.2.7" + versionCode = 19 + versionName = "1.2.8" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true