Skip to content

Commit c0490ec

Browse files
authored
Merge pull request #348 from ivpn/bugfix/store-nav-graph
java.lang.RuntimeException: Unable to start activity
2 parents 60865a0 + d3b28d8 commit c0490ec

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext.kotlin_version = '1.8.0'
55
ext.kotlin_coroutines_version = '1.2.1'
6-
ext.nav_version = '2.5.0'
6+
ext.nav_version = '2.5.3'
77
ext.compose_version = '1.4.1'
88
ext.dagger_version = '2.44'
99
repositories {

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
defaultConfig {
3131
minSdkVersion 23
3232
targetSdkVersion 34
33-
versionCode 132
33+
versionCode 133
3434
versionName "2.10.9"
3535
ndkVersion "25.1.8937393"
3636

fdroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
applicationId "net.ivpn.client"
3232
minSdkVersion 23
3333
targetSdkVersion 34
34-
versionCode 132
34+
versionCode 133
3535
versionName "2.10.9"
3636
ndkVersion "25.1.8937393"
3737

liboqs-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
defaultConfig {
1010
minSdkVersion 23
1111
targetSdkVersion 34
12-
versionCode 132
12+
versionCode 133
1313
versionName "2.10.9"
1414
ndkVersion "25.1.8937393"
1515

site/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
applicationId "net.ivpn.client"
3232
minSdkVersion 23
3333
targetSdkVersion 34
34-
versionCode 132
34+
versionCode 133
3535
versionName "2.10.9"
3636
ndkVersion "25.1.8937393"
3737

store/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
applicationId "net.ivpn.client"
3333
minSdkVersion 23
3434
targetSdkVersion 34
35-
versionCode 132
35+
versionCode 133
3636
versionName "2.10.9"
3737
ndkVersion "25.1.8937393"
3838

0 commit comments

Comments
 (0)