Skip to content

Commit 33fae2d

Browse files
committed
Bump version to 2.2.3
1 parent 24cfc03 commit 33fae2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.2'
17+
implementation 'de.contentpass:contentpass-android:2.2.3'
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.2.2")
61+
set("PUBLISH_VERSION", "2.2.3")
6262
}
6363

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

0 commit comments

Comments
 (0)