diff --git a/README.md b/README.md index 5a93e51..f5afe02 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Our SDK is available on Maven Central. ```groovy -implementation 'de.contentpass:contentpass-android:2.2.2' +implementation 'de.contentpass:contentpass-android:2.2.3' ``` Add this to your app's `build.gradle` file's `dependencies` element. diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index c3899fe..5aca06e 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -58,7 +58,7 @@ kapt { extra.apply{ set("PUBLISH_GROUP_ID", "de.contentpass") set("PUBLISH_ARTIFACT_ID", "contentpass-android") - set("PUBLISH_VERSION", "2.2.2") + set("PUBLISH_VERSION", "2.2.3") } apply("${rootProject.projectDir}/scripts/publish-module.gradle")