File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ dependencyResolutionManagement {
8686
8787``` groovy
8888dependencies {
89- def privmxLibVersion = "2.2.0 " // privmx-endpoint version
89+ def privmxLibVersion = "2.2.1 " // privmx-endpoint version
9090 implementation("com.simplito.java:privmx-endpoint-extra:$privmxLibVersion")
9191 //implementation("com.simplito.java:privmx-endpoint:$privmxLibVersion") //for base Java library
9292 //implementation("com.simplito.java:privmx-endpoint-android:$privmxLibVersion") //for Android Java library
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if (file("build-publish-maven.gradle").exists()) {
1414 apply from : " build-publish-maven.gradle"
1515}
1616
17- version = " 2.2.0 "
17+ version = " 2.2.1 "
1818
1919android {
2020 namespace ' com.simplito.android.privmx_endpoint_wrapper'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if (file("build-publish-maven.gradle").exists()) {
1414 apply from : " build-publish-maven.gradle"
1515}
1616
17- version = ' 2.2.0 '
17+ version = ' 2.2.1 '
1818
1919java {
2020 sourceCompatibility = JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if (file("build-publish-maven.gradle").exists()) {
1919 apply from : " build-publish-maven.gradle"
2020}
2121
22- version = ' 2.2.0 '
22+ version = ' 2.2.1 '
2323
2424java {
2525 sourceCompatibility = JavaVersion . VERSION_1_8
You can’t perform that action at this time.
0 commit comments