diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index f05c213..a15b9af 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -3,6 +3,6 @@ object Constants { const val compileSdk = 31 const val minSdk = 26 const val targetSdk = 30 - const val versionCode = 1 - const val versionName = "1.0" + const val versionCode = 2 + const val versionName = "1.0.1" } \ No newline at end of file