diff --git a/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt index 731833d6..0f914e8b 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 = 35 - versionCode = 27 - versionName = "1.3.6" + versionCode = 28 + versionName = "1.3.7" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true