Skip to content

Commit

Permalink
Updated BE and Terms verisons, changed Top Up amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemHryhorovGeniusee committed Nov 23, 2021
1 parent 5fc102b commit 242d1e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ dependencies {
implementation 'com.journeyapps:zxing-android-embedded:4.1.0'

//Mysterium
implementation "network.mysterium:terms:0.0.32"
implementation "network.mysterium:mobile-node:1.0.0-rc0"
implementation "network.mysterium:terms:0.0.34"
implementation "network.mysterium:mobile-node:1.0.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package updated.mysterium.vpn.ui.top.up.amount

import android.content.Intent
import android.os.Bundle
import android.util.Log
import android.view.View
import network.mysterium.vpn.R
import network.mysterium.vpn.databinding.ActivityTopUpAmountBinding
import org.koin.android.ext.android.inject
Expand All @@ -18,12 +16,12 @@ import java.util.*
class TopUpAmountActivity : BaseActivity() {

companion object {
val REGISTRATION_MODE_EXTRA_KEY = "REGISTRATION_MODE_EXTRA_KEY"
const val REGISTRATION_MODE_EXTRA_KEY = "REGISTRATION_MODE_EXTRA_KEY"
private val AMOUNT_VALUES = listOf(
TopUpCardItem("20", true),
TopUpCardItem("40"),
TopUpCardItem("60"),
TopUpCardItem("80"),
TopUpCardItem("5", true),
TopUpCardItem("10"),
TopUpCardItem("20"),
TopUpCardItem("50"),
TopUpCardItem("100")
)
}
Expand Down
2 changes: 1 addition & 1 deletion fastlane/android_version_code
Original file line number Diff line number Diff line change
@@ -1 +1 @@
107118
107119

0 comments on commit 242d1e5

Please sign in to comment.