diff --git a/android/BOINC/.idea/compiler.xml b/android/BOINC/.idea/compiler.xml index a1757ae52c..3058433f8e 100644 --- a/android/BOINC/.idea/compiler.xml +++ b/android/BOINC/.idea/compiler.xml @@ -4,5 +4,6 @@ + \ No newline at end of file diff --git a/android/BOINC/.idea/misc.xml b/android/BOINC/.idea/misc.xml index adc77f9056..eff0a0510f 100644 --- a/android/BOINC/.idea/misc.xml +++ b/android/BOINC/.idea/misc.xml @@ -39,5 +39,5 @@ - + \ No newline at end of file diff --git a/android/BOINC/build.gradle b/android/BOINC/build.gradle index ce09356792..29edcd7229 100644 --- a/android/BOINC/build.gradle +++ b/android/BOINC/build.gradle @@ -10,7 +10,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.0-beta02' + classpath 'com.android.tools.build:gradle:4.1.0-beta03' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.16.0' } diff --git a/android/BOINC/gradle/wrapper/gradle-wrapper.properties b/android/BOINC/gradle/wrapper/gradle-wrapper.properties index 17913816f6..d7a4b8a2c8 100644 --- a/android/BOINC/gradle/wrapper/gradle-wrapper.properties +++ b/android/BOINC/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Jul 09 06:48:51 IST 2020 +#Sat Jul 11 07:07:29 IDT 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-rc-1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip