diff --git a/mobile-sdk/build.gradle b/mobile-sdk/build.gradle index 23fe386..aa603f2 100644 --- a/mobile-sdk/build.gradle +++ b/mobile-sdk/build.gradle @@ -17,7 +17,7 @@ android { minSdk 28 targetSdk 33 versionCode 1 - versionName '0.22.11' + versionName '0.22.12' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' consumerProguardFiles 'consumer-rules.pro' @@ -90,7 +90,7 @@ afterEvaluate { from components.release groupId = 'com.github.itwin.mobilesdk' artifactId = 'mobile-sdk-android' - version = '0.22.11' + version = '0.22.12' } // Creates a Maven publication called 'debug'. debug(MavenPublication) { @@ -98,7 +98,7 @@ afterEvaluate { artifact(sourceJar) groupId = 'com.github.itwin.mobilesdk' artifactId = 'mobile-sdk-android' - version = '0.22.11-debug' + version = '0.22.12-debug' } } }