diff --git a/app/build.gradle b/app/build.gradle index f2659f4..9582d97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "ai.elimu.content_provider" minSdkVersion 24 targetSdkVersion 32 - versionCode 1002011 - versionName "1.2.11" + versionCode 1002012 + versionName "1.2.12-SNAPSHOT" setProperty("archivesBaseName", "${applicationId}-${versionCode}") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { diff --git a/utils/build.gradle b/utils/build.gradle index 5bd5218..2ed934c 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -9,8 +9,8 @@ android { defaultConfig { minSdkVersion 24 targetSdkVersion 32 - versionCode 1002011 - versionName "1.2.11" + versionCode 1002012 + versionName "1.2.12-SNAPSHOT" setProperty("archivesBaseName", "utils-${versionName}") } @@ -37,7 +37,7 @@ publishing { utils(MavenPublication) { groupId 'ai.elimu.content_provider' artifactId 'utils' - version '1.2.11' + version '1.2.12-SNAPSHOT' artifact("${buildDir}/outputs/aar/utils-${version}-release.aar") } }