Skip to content

Commit 9266487

Browse files
committed
build: update AndroidX activity/fragments and resolve compile failure
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 5d7ce13 commit 9266487

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
activityVersion = '1.2.0-alpha07'
3+
activityVersion = '1.2.0-beta01'
44
agpVersion = '4.0.1'
55
annotationsVersion = '1.1.0'
66
appcompatVersion = '1.2.0'
@@ -13,7 +13,7 @@ buildscript {
1313
coroutinesVersion = '1.3.9'
1414
datastoreVersion = '1.0.0-alpha01'
1515
desugarVersion = '1.0.10'
16-
fragmentVersion = '1.3.0-alpha07'
16+
fragmentVersion = '1.3.0-beta01'
1717
jsr305Version = '3.0.2'
1818
junitVersion = '4.13'
1919
kotlinVersion = '1.4.10'

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1919
# org.gradle.parallel=true
2020

21-
# R8 Full mode
22-
android.enableR8.fullMode=true
23-
2421
# https://jakewharton.com/increased-accuracy-of-aapt2-keep-rules/
2522
android.useMinimalKeepRules=true
2623

0 commit comments

Comments
 (0)