aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--build.gradle4
-rw-r--r--gradle.properties3
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