Skip to content

Commit b7a8207

Browse files
committed
Bump version to 2.2.1
1 parent e4145d4 commit b7a8207

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Our SDK is available on Maven Central.
1515

1616
```groovy
17-
implementation 'de.contentpass:contentpass-android:2.1.1'
17+
implementation 'de.contentpass:contentpass-android:2.2.1'
1818
```
1919

2020
Add this to your app's `build.gradle` file's `dependencies` element.

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ kapt {
5858
extra.apply{
5959
set("PUBLISH_GROUP_ID", "de.contentpass")
6060
set("PUBLISH_ARTIFACT_ID", "contentpass-android")
61-
set("PUBLISH_VERSION", "2.1.1")
61+
set("PUBLISH_VERSION", "2.2.1")
6262
}
6363

6464
apply("${rootProject.projectDir}/scripts/publish-module.gradle")

0 commit comments

Comments
 (0)