From 03a7fa676c20dea9128cae2bf5903886dc434e12 Mon Sep 17 00:00:00 2001 From: slawomirzaba Date: Tue, 17 Dec 2024 12:37:50 +0100 Subject: [PATCH] Bump version to 2.1.0 --- README.md | 2 +- lib/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d746987..42112ed 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.0.1' +implementation 'de.contentpass:contentpass-android:2.1.0' ``` 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 e2959c7..765a631 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.0.1") + set("PUBLISH_VERSION", "2.1.0") } -apply("${rootProject.projectDir}/scripts/publish-module.gradle") \ No newline at end of file +apply("${rootProject.projectDir}/scripts/publish-module.gradle")