Disable jetifier and bump robolectric

https://issuetracker.google.com/issues/159151549#comment9
Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
Stefan Niedermann 2021-07-29 11:14:34 +02:00
parent 72239ef708
commit beb2a5b880
4 changed files with 21 additions and 21 deletions

View file

@ -117,7 +117,7 @@ dependencies {
testImplementation 'androidx.arch.core:core-testing:2.1.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.11.2'
testImplementation 'org.robolectric:robolectric:4.5.1'
testImplementation 'org.robolectric:robolectric:4.6.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
}

View file

@ -0,0 +1 @@
mock-maker-inline

View file

@ -16,5 +16,4 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
android.enableJetifier=true
android.useAndroidX=true

View file

@ -61,5 +61,5 @@ dependencies {
testImplementation 'androidx.arch.core:core-testing:2.1.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.11.2'
testImplementation 'org.robolectric:robolectric:4.5.1'
testImplementation 'org.robolectric:robolectric:4.6.1'
}