diff --git a/README.md b/README.md index f5afe02..5ea6657 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.3' +implementation 'de.contentpass:contentpass-android:2.2.4' ``` 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 5aca06e..1c21d61 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.3") + set("PUBLISH_VERSION", "2.2.4") } apply("${rootProject.projectDir}/scripts/publish-module.gradle") diff --git a/scripts/publish-root.gradle b/scripts/publish-root.gradle index bede1c6..2b65aa5 100644 --- a/scripts/publish-root.gradle +++ b/scripts/publish-root.gradle @@ -33,8 +33,8 @@ nexusPublishing { password = centralPassword // Central Portal endpoints - nexusUrl.set(uri("https://central.sonatype.com/")) - snapshotRepositoryUrl.set(uri("https://central.sonatype.com/content/repositories/snapshots/")) + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) } } } \ No newline at end of file