From 3d9ec9121a3e293e7fe98ba99c4621b4fa845515 Mon Sep 17 00:00:00 2001 From: Mygod Date: Fri, 18 Jan 2019 11:21:42 +0800 Subject: [PATCH] Fix incompatibility with Gradle 5 --- gradle/wrapper/gradle-wrapper.properties | 2 +- mobile/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8220c46a..335cc53d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip diff --git a/mobile/build.gradle b/mobile/build.gradle index 43cf455b..686e40df 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'com.github.topjohnwu.libsu:core:2.2.0' implementation "com.google.android.material:material:1.0.0" implementation 'com.jakewharton.timber:timber:4.7.1' - implementation 'com.linkedin.dexmaker:dexmaker-mockito:2.19.1' + implementation 'com.linkedin.dexmaker:dexmaker:2.19.1' implementation 'com.takisoft.preferencex:preferencex-simplemenu:1.0.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion" baseImplementation 'com.android.billingclient:billing:1.2'