From ecfd0e3917a4771552d67b9b027a6cc1b6bd5fbc Mon Sep 17 00:00:00 2001 From: anjmao Date: Thu, 13 Feb 2020 15:20:45 +0200 Subject: [PATCH] Bump node version --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b05ce1174..6d87f7602 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -163,9 +163,9 @@ 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.20.0' + implementation 'network.mysterium:mobile-node:0.21.0-rc2' // 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') + // implementation files('/Users/anjmao/go/src/github.com/mysteriumnetwork/node/build/package/Mysterium.aar') } // Run this once to be able to run the application with BUCK