Skip to content

Commit 6150a98

Browse files
committed
chore: upgrade publication version
1 parent fd00ad0 commit 6150a98

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.5.0'
17+
version = '2.6.0-rc1'
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.5.0'
17+
version = '2.6.0-rc1'
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.5.0'
22+
version = '2.6.0-rc1'
2323

2424
java {
2525
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)