Skip to content

Commit 2a62e17

Browse files
authored
Release 3.0.1
2 parents 0172a77 + 8104d7a commit 2a62e17

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lifecycleRuntimeKtx = "2.7.0"
99
activityCompose = "1.8.2"
1010
composeBom = "2024.03.00"
1111
composeFoundation = "1.6.4"
12-
privmxEndpoint = "2.2.1"
12+
privmxEndpoint = "2.2.2"
1313
appcompat = "1.6.1"
1414
serialization-json = "1.6.2"
1515
kotlin-serialization = "1.9.21"

0 commit comments

Comments
 (0)