build: update AndroidX activity/fragments and resolve compile failure
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
5d7ce139bc
commit
9266487fe5
@ -1,6 +1,6 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
activityVersion = '1.2.0-alpha07'
|
activityVersion = '1.2.0-beta01'
|
||||||
agpVersion = '4.0.1'
|
agpVersion = '4.0.1'
|
||||||
annotationsVersion = '1.1.0'
|
annotationsVersion = '1.1.0'
|
||||||
appcompatVersion = '1.2.0'
|
appcompatVersion = '1.2.0'
|
||||||
@ -13,7 +13,7 @@ buildscript {
|
|||||||
coroutinesVersion = '1.3.9'
|
coroutinesVersion = '1.3.9'
|
||||||
datastoreVersion = '1.0.0-alpha01'
|
datastoreVersion = '1.0.0-alpha01'
|
||||||
desugarVersion = '1.0.10'
|
desugarVersion = '1.0.10'
|
||||||
fragmentVersion = '1.3.0-alpha07'
|
fragmentVersion = '1.3.0-beta01'
|
||||||
jsr305Version = '3.0.2'
|
jsr305Version = '3.0.2'
|
||||||
junitVersion = '4.13'
|
junitVersion = '4.13'
|
||||||
kotlinVersion = '1.4.10'
|
kotlinVersion = '1.4.10'
|
||||||
|
@ -18,9 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
|
|||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
# org.gradle.parallel=true
|
# org.gradle.parallel=true
|
||||||
|
|
||||||
# R8 Full mode
|
|
||||||
android.enableR8.fullMode=true
|
|
||||||
|
|
||||||
# https://jakewharton.com/increased-accuracy-of-aapt2-keep-rules/
|
# https://jakewharton.com/increased-accuracy-of-aapt2-keep-rules/
|
||||||
android.useMinimalKeepRules=true
|
android.useMinimalKeepRules=true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user