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