File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- activityVersion = ' 1.2.0-alpha07 '
3
+ activityVersion = ' 1.2.0-beta01 '
4
4
agpVersion = ' 4.0.1'
5
5
annotationsVersion = ' 1.1.0'
6
6
appcompatVersion = ' 1.2.0'
@@ -13,7 +13,7 @@ buildscript {
13
13
coroutinesVersion = ' 1.3.9'
14
14
datastoreVersion = ' 1.0.0-alpha01'
15
15
desugarVersion = ' 1.0.10'
16
- fragmentVersion = ' 1.3.0-alpha07 '
16
+ fragmentVersion = ' 1.3.0-beta01 '
17
17
jsr305Version = ' 3.0.2'
18
18
junitVersion = ' 4.13'
19
19
kotlinVersion = ' 1.4.10'
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
18
18
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
19
19
# org.gradle.parallel=true
20
20
21
- # R8 Full mode
22
- android.enableR8.fullMode =true
23
-
24
21
# https://jakewharton.com/increased-accuracy-of-aapt2-keep-rules/
25
22
android.useMinimalKeepRules =true
26
23
You can’t perform that action at this time.
0 commit comments