Skip to content

Commit

Permalink
Merge pull request #205 from mysteriumnetwork/reverse-direction
Browse files Browse the repository at this point in the history
Reverse data direction fix
  • Loading branch information
zolia authored Jul 13, 2020
2 parents de6137a + 9e27e43 commit ad9dcc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-contrib:3.0.2'
androidTestImplementation 'androidx.test:rules:1.3.0-alpha03'

implementation 'network.mysterium:mobile-node:0.36.0'
implementation 'network.mysterium:mobile-node:0.36.1'
// Comment network.mysterium:mobile-node and replace with your local path to use local node build.
//implementation files('/Users/zolia/golang/src/github.com/mysteriumnetwork/node/build/package/Mysterium.aar')
}
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<string name="vpn_stats_paid">PAID</string>
<string name="vpn_stats_bytes">B</string>
<string name="vpn_stats_send_received">SENT / RECEIVED</string>
<string name="vpn_stats_send_received">RECEIVED / SENT</string>
<string name="vpn_stats_duration">DURATION</string>
<string name="vpn_select_proposal">Select proposal…</string>
<string name="vpn_ip_updating_label">IP: Updating</string>
Expand Down
2 changes: 1 addition & 1 deletion fastlane/android_version_code
Original file line number Diff line number Diff line change
@@ -1 +1 @@
107072
107073

0 comments on commit ad9dcc8

Please sign in to comment.