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>2021-01-02 16:58:48 +0300
committerRicki Hirner <hirner@bitfire.at>2021-01-02 16:58:48 +0300
commit0b7c8875344f79f0ccdd433daf734dc4f806c5f9 (patch)
tree4510517145d1a5051ef02a62717b528c8dcda372
parentd4e00ff429ea8e89ce27232f6fd225ca76d63242 (diff)
Update dependencies
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index aa90f8c..b9d4de0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
buildscript {
ext.versions = [
- kotlin: '1.4.10',
+ kotlin: '1.4.21',
dokka: '0.10.1',
// latest Apache Commons versions that don't require Java 8 (Android 7)
commonsIO: '2.6',
@@ -14,7 +14,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:4.1.0'
+ classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
}
@@ -93,5 +93,5 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
- testImplementation 'junit:junit:4.13'
+ testImplementation 'junit:junit:4.13.1'
}