Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-07-29 11:29:09 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-07-29 11:43:11 +0300
commit9897241fe98d1a21710e3a5738128d28a1bbc2d9 (patch)
tree733127360e714622874cc118d2a968e352b4c4b4 /gradle.properties
parent0d54fc11594408cc35d7f7919f477e7d54763b5f (diff)
Disable jetifier and bump robolectric
https://issuetracker.google.com/issues/159151549#comment9 Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties1
1 files changed, 0 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 8de505811..7f69adb8c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -6,7 +6,6 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
-android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.