From b546d2a1d8d8524d4f9e72f1fc30629ce1db4cc3 Mon Sep 17 00:00:00 2001 From: anjmao Date: Wed, 29 Jan 2020 12:25:05 +0200 Subject: [PATCH] Bump node version --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3c4ac0c2d..b05ce1174 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -163,7 +163,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.19.1' + implementation 'network.mysterium:mobile-node:0.20.0' // Comment network.mysterium:mobile-node and replace with your local path to use local node build. //implementation files('/Users/anjmao/go/src/github.com/mysteriumnetwork/node/build/package/Mysterium.aar') }