Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/vcard4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2020-05-31 16:26:52 +0300
committerRicki Hirner <hirner@bitfire.at>2020-05-31 16:33:34 +0300
commit899ed754bcc7158ce41135130a2aa2b7cd9c895d (patch)
treec3f2a5ef959e0bed6561fd0b415941260d729f52
parentbc83109950c2760fd942651083af940a88805c4b (diff)
Update gradle plugin; use Kotlin JDK7
-rw-r--r--build.gradle4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index d08fe13..6dde01d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.6.3'
+ classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
}
@@ -70,7 +70,7 @@ android {
}
dependencies {
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${versions.kotlin}"
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
implementation 'org.apache.commons:commons-text:1.8'
implementation 'commons-io:commons-io:2.6'
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 3d03a5b..1e2b225 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-5.6.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip