Skip to content

Commit

Permalink
Merge pull request #460 from mysteriumnetwork/feature/Increase-BE-ver…
Browse files Browse the repository at this point in the history
…sion

Increase BE version
  • Loading branch information
ArtemHryhorovGeniusee authored Nov 1, 2021
2 parents 797e7e6 + 2285eb8 commit 478f126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ android {
buildConfigField "String", "BUGFENDER_KEY", "\"76DAzZtiLE5AYx7uvIWD8I16EqgReOHc\""
buildConfigField "String", "INTERCOM_API_KEY", "\"android_sdk-e480f3fce4f2572742b13c282c453171c1715516\""
buildConfigField "String", "INTERCOM_APP_ID", "\"h7hlm9on\""
buildConfigField "String", "NODE_VERSION", "\"0.66.1\""
buildConfigField "String", "NODE_VERSION", "\"0.68.1\""

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -227,7 +227,7 @@ dependencies {

//Mysterium
implementation "network.mysterium:terms:0.0.32"
implementation "network.mysterium:mobile-node:0.66.1"
implementation "network.mysterium:mobile-node:0.68.1"
// Change NODE_VERSION in defaultConfig if updating version of mobile-node
// Comment network.mysterium:mobile-node and replace with your local path to use local node build.
//implementation files('/Users/macbook/AndroidStudioProjects/Mysterium.aar')
Expand Down
2 changes: 1 addition & 1 deletion fastlane/android_version_code
Original file line number Diff line number Diff line change
@@ -1 +1 @@
107113
107114

0 comments on commit 478f126

Please sign in to comment.