Skip to content

Commit 9862c60

Browse files
committed
Bump version to 2.2.5
1 parent 7783e13 commit 9862c60

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

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

0 commit comments

Comments
 (0)