diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-02 04:28:25 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-02 04:28:25 +0530 |
commit | 9266487fe572e939170d58ab2a5c2a0e138ffbc1 (patch) | |
tree | a897043836a6fadebf664eb94eb0204af162de11 | |
parent | 5d7ce139bcfd3725feb0c30a84eca6887d59d331 (diff) |
build: update AndroidX activity/fragments and resolve compile failure
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | build.gradle | 4 | ||||
-rw-r--r-- | gradle.properties | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 50ff4873..710ce996 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - activityVersion = '1.2.0-alpha07' + activityVersion = '1.2.0-beta01' agpVersion = '4.0.1' annotationsVersion = '1.1.0' appcompatVersion = '1.2.0' @@ -13,7 +13,7 @@ buildscript { coroutinesVersion = '1.3.9' datastoreVersion = '1.0.0-alpha01' desugarVersion = '1.0.10' - fragmentVersion = '1.3.0-alpha07' + fragmentVersion = '1.3.0-beta01' jsr305Version = '3.0.2' junitVersion = '4.13' kotlinVersion = '1.4.10' diff --git a/gradle.properties b/gradle.properties index 8375129e..37f9adaf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,9 +18,6 @@ org.gradle.jvmargs=-Xmx1536m # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -# R8 Full mode -android.enableR8.fullMode=true - # https://jakewharton.com/increased-accuracy-of-aapt2-keep-rules/ android.useMinimalKeepRules=true |