diff --git a/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt index fac5baac..ba75cee7 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 = 30 - versionName = "1.3.9" + versionCode = 31 + versionName = "1.4.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true