summaryrefslogtreecommitdiff
path: root/main/build.gradle.kts
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2020-04-23 16:52:58 +0200
committerArne Schwabe <arne@rfc2549.org>2020-04-23 16:52:58 +0200
commita9f5f6505f64bd3e7e0bb4bb0fc30d774d90785b (patch)
tree1ad87082262e36aa7205a43eee724fc337cc349c /main/build.gradle.kts
parentd06a8e53f4b368f8d9bb10abbbb5a644d49dc294 (diff)
Update library versions
Diffstat (limited to 'main/build.gradle.kts')
-rw-r--r--main/build.gradle.kts7
1 files changed, 4 insertions, 3 deletions
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<ApplicationVariant> {
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")