Skip to content

Commit

Permalink
Merge pull request #781 from mysteriumnetwork/feature/name-change
Browse files Browse the repository at this point in the history
version updates
  • Loading branch information
i-kulikov-geniusee committed Dec 14, 2023
2 parents 0b6eba6 + 8be3c55 commit 819b5af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ dependencies {
//Mysterium
// Change NODE_VERSION in defaultConfig if updating version of mobile-node
implementation "network.mysterium:terms:0.0.50"
implementation "network.mysterium:mobile-node:1.19.8"
implementation "network.mysterium:mobile-node:1.29.2"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = '21.4.7075529' // r21e - https://developer.android.com/ndk/downloads#lts-downloads
versionCode = 107173
versionName = '2.1.9'
versionCode = 107174
versionName = '2.1.10'
}
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion fastlane/android_version_code
Original file line number Diff line number Diff line change
@@ -1 +1 @@
107173
107174

0 comments on commit 819b5af

Please sign in to comment.