File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ android {
1717 minSdk = 24
1818 targetSdk = 34
1919 versionCode = 10
20- versionName = " 3.0"
20+ versionName = " 3.0.1 "
2121
2222 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2323 vectorDrawables {
@@ -49,7 +49,7 @@ tasks.named(
4949 " privmxEndpointInstallJni" ,
5050 PrivmxEndpointInstallNativeTask ::class .java
5151) {
52- version = " 2.2.1 "
52+ version = " 2.2.2 "
5353 platforms = listOf (
5454 * (SupportedPlatforms .Android .values().map { it.platform }.toTypedArray())
5555 )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ lifecycleRuntimeKtx = "2.7.0"
99activityCompose = " 1.8.2"
1010composeBom = " 2024.03.00"
1111composeFoundation = " 1.6.4"
12- privmxEndpoint = " 2.2.1 "
12+ privmxEndpoint = " 2.2.2 "
1313appcompat = " 1.6.1"
1414serialization-json = " 1.6.2"
1515kotlin-serialization = " 1.9.21"
You can’t perform that action at this time.
0 commit comments