We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cfc03 commit 33fae2dCopy full SHA for 33fae2d
README.md
@@ -14,7 +14,7 @@
14
Our SDK is available on Maven Central.
15
16
```groovy
17
-implementation 'de.contentpass:contentpass-android:2.2.2'
+implementation 'de.contentpass:contentpass-android:2.2.3'
18
```
19
20
Add this to your app's `build.gradle` file's `dependencies` element.
lib/build.gradle.kts
@@ -58,7 +58,7 @@ kapt {
58
extra.apply{
59
set("PUBLISH_GROUP_ID", "de.contentpass")
60
set("PUBLISH_ARTIFACT_ID", "contentpass-android")
61
- set("PUBLISH_VERSION", "2.2.2")
+ set("PUBLISH_VERSION", "2.2.3")
62
}
63
64
apply("${rootProject.projectDir}/scripts/publish-module.gradle")
0 commit comments