build: update AndroidX activity/fragments and resolve compile failure

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-02 04:28:25 +05:30
parent 5d7ce139bc
commit 9266487fe5
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 2 additions and 5 deletions

View File

@ -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'

View File

@ -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