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
committerStefan Niedermann <info@niedermann.it>2021-07-29 11:29:09 +0300
commit807073eb9bfa2523b1aa9e09bf7c4efac7f96ba3 (patch)
tree733127360e714622874cc118d2a968e352b4c4b4
parent0d54fc11594408cc35d7f7919f477e7d54763b5f (diff)
Disable jetifier and bump robolectric
https://issuetracker.google.com/issues/159151549#comment9 Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle2
-rw-r--r--gradle.properties1
2 files changed, 1 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5fbcda130..29154b071 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -120,7 +120,7 @@ dependencies {
// Tests
testImplementation 'junit:junit:4.13.2'
- testImplementation 'org.robolectric:robolectric:4.5.1'
+ testImplementation 'org.robolectric:robolectric:4.6.1'
testImplementation 'org.mockito:mockito-core:3.11.2'
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
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.