Skip to content

Commit

Permalink
Merge pull request #776 from mysteriumnetwork/feature/name-change
Browse files Browse the repository at this point in the history
update new app name
  • Loading branch information
i-kulikov-geniusee authored Jul 14, 2023
2 parents 504c96f + d64d5f0 commit be8ff6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name" translatable="false">MysteriumVPN</string>
<string name="app_name" translatable="false">Mysterium Dark</string>

<!-- Common -->
<string name="close">Close</string>
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 = 107171
versionName = '2.1.8'
versionCode = 107173
versionName = '2.1.9'
}
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 @@
107171
107173

0 comments on commit be8ff6a

Please sign in to comment.