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.
2 parents 3481ae4 + 03a7fa6 commit 549c169Copy full SHA for 549c169
README.md
@@ -14,7 +14,7 @@
14
Our SDK is available on Maven Central.
15
16
```groovy
17
-implementation 'de.contentpass:contentpass-android:2.0.1'
+implementation 'de.contentpass:contentpass-android:2.1.0'
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.0.1")
+ set("PUBLISH_VERSION", "2.1.0")
62
}
63
64
-apply("${rootProject.projectDir}/scripts/publish-module.gradle")
+apply("${rootProject.projectDir}/scripts/publish-module.gradle")
0 commit comments