From a9f5f6505f64bd3e7e0bb4bb0fc30d774d90785b Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 23 Apr 2020 16:52:58 +0200 Subject: Update library versions --- main/build.gradle.kts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main') diff --git a/main/build.gradle.kts b/main/build.gradle.kts index 61c5a92e..c30271d9 100644 --- a/main/build.gradle.kts +++ b/main/build.gradle.kts @@ -155,11 +155,12 @@ android.applicationVariants.all(object : Action { dependencies { + // https://maven.google.com/web/index.html // https://developer.android.com/jetpack/androidx/releases/core - val preferenceVersion = "1.1.0" + val preferenceVersion = "1.1.1" val coreVersion = "1.2.0" - val materialVersion = "1.0.0" - val fragment_version = "1.2.2" + val materialVersion = "1.1.0" + val fragment_version = "1.2.4" implementation("androidx.annotation:annotation:1.1.0") -- cgit v1.2.3