Skip to content

Commit 5976dc6

Browse files
authored
Release 2.2.2
2 parents bb1ee45 + d7154db commit 5976dc6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencyResolutionManagement {
8686

8787
```groovy
8888
dependencies {
89-
def privmxLibVersion = "2.2.1" // privmx-endpoint version
89+
def privmxLibVersion = "2.2.2" // 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

privmx-endpoint-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1"
17+
version = "2.2.2"
1818

1919
android {
2020
namespace 'com.simplito.android.privmx_endpoint_wrapper'

privmx-endpoint-extra/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1'
17+
version = '2.2.2'
1818

1919
java {
2020
sourceCompatibility = JavaVersion.VERSION_1_8

privmx-endpoint/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1'
22+
version = '2.2.2'
2323

2424
java {
2525
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)