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>2020-03-03 19:47:35 +0300
committerRicki Hirner <hirner@bitfire.at>2020-03-03 19:47:35 +0300
commite4a7866ef87f5d427722af97007ce8ae52b56b18 (patch)
treee57532349d75335247fcd0ee4048ec2c31d641f2 /build.gradle
parentaa9b9cfc32d9fdef8a3bf385f5cca8a9cd673fe1 (diff)
Update dependencies, lint
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 715ccbc..4001e1f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,15 +66,15 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
- implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
- implementation 'androidx.lifecycle:lifecycle-livedata:2.1.0'
- implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0'
- implementation 'com.google.android.material:material:1.2.0-alpha03'
+ implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
+ implementation 'androidx.lifecycle:lifecycle-livedata:2.2.0'
+ implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
+ implementation 'com.google.android.material:material:1.2.0-alpha05'
implementation "org.conscrypt:conscrypt-android:${versions.conscrypt}"
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
- androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.12.5'
+ androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.12.10'
androidTestImplementation 'commons-io:commons-io:2.6'
androidTestImplementation 'org.apache.commons:commons-lang3:3.9'