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

github.com/bitfireAT/cert4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2019-06-09 12:05:19 +0300
committerRicki Hirner <hirner@bitfire.at>2019-06-09 12:05:19 +0300
commit1ead10b7ad8e5c7399e68cd03bba25d212f2ef55 (patch)
tree086873d09368fa5caa3a6fed4007b1a1c5ed1b8d /build.gradle
parent40829f2818e05062da62d34bced651c23ccd3e8f (diff)
Update dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 5439c16..23365c5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,7 @@
buildscript {
ext.versions = [
kotlin: '1.3.31',
- dokka: '0.9.17',
+ dokka: '0.9.18',
conscrypt: '2.1.0'
]
@@ -58,8 +58,8 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0'
implementation "org.conscrypt:conscrypt-android:${versions.conscrypt}"
- androidTestImplementation 'androidx.test:runner:1.1.1'
- androidTestImplementation 'androidx.test:rules:1.1.1'
+ androidTestImplementation 'androidx.test:runner:1.2.0'
+ androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.12.3'
androidTestImplementation 'commons-io:commons-io:2.6'
androidTestImplementation 'org.apache.commons:commons-lang3:3.8.1'