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 11e860a commit d7154dbCopy full SHA for d7154db
README.md
@@ -86,7 +86,7 @@ dependencyResolutionManagement {
86
87
```groovy
88
dependencies {
89
- def privmxLibVersion = "2.2.1" // privmx-endpoint version
+ def privmxLibVersion = "2.2.2" // privmx-endpoint version
90
implementation("com.simplito.java:privmx-endpoint-extra:$privmxLibVersion")
91
//implementation("com.simplito.java:privmx-endpoint:$privmxLibVersion") //for base Java library
92
//implementation("com.simplito.java:privmx-endpoint-android:$privmxLibVersion") //for Android Java library
0 commit comments