android-app
android-app copied to clipboard
Remove android.enableJetifier line from gradle.properties
https://github.com/MixinNetwork/android-app/blob/3943440d93987251dab2f06819db5a1e675195f4/gradle.properties#L9
See this guide for the steps to ensure it's safe to remove above line android.enableJetifier=true
(check that all deps are already fully migrated to AndroidX, and migrate the ones still not migrated to it)
https://medium.com/dipien/say-bye-bye-to-android-jetifier-a7e0d388f5d6
Also remove line: https://github.com/MixinNetwork/android-app/blob/8c4a2539f979b1fadb42e4b7d6cb9d0220ace050/build.gradle#L115
We still have legacy support libraries:
debugRuntimeClasspath -> com.github.tougee:rx-contacts2:1.1 -> com.android.support:support-annotations:27.1.1
debugRuntimeClasspath -> com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.11.0 -> com.android.support:appcompat-v7:27.1.1
debugRuntimeClasspath -> com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.11.0 -> com.android.support:appcompat-v7:27.1.1 -> com.android.support:support-core-utils:27.1.1
debugRuntimeClasspath -> org.jetbrains.anko:anko-appcompat-v7:0.10.8 -> org.jetbrains.anko:anko-support-v4:0.10.8 -> com.android.support:support-v4:27.1.1 -> com.android.support:support-compat:27.1.1
debugRuntimeClasspath -> org.jetbrains.anko:anko-appcompat-v7:0.10.8 -> org.jetbrains.anko:anko-support-v4:0.10.8 -> com.android.support:support-v4:27.1.1 -> com.android.support:support-compat:27.1.1 -> android.arch.lifecycle:runtime:1.1.0
debugRuntimeClasspath -> com.github.tougee:rxpermissions:0.10.3 -> com.android.support:support-fragment:27.1.1 -> android.arch.lifecycle:livedata-core:1.1.0 -> android.arch.lifecycle:common:1.1.0
debugRuntimeClasspath -> com.github.tougee:rxpermissions:0.10.3 -> com.android.support:support-fragment:27.1.1 -> android.arch.lifecycle:livedata-core:1.1.0 -> android.arch.core:common:1.1.0
debugRuntimeClasspath -> com.github.tougee:rxpermissions:0.10.3 -> com.android.support:support-fragment:27.1.1
debugRuntimeClasspath -> org.jetbrains.anko:anko-appcompat-v7:0.10.8 -> org.jetbrains.anko:anko-support-v4:0.10.8 -> com.android.support:support-v4:27.1.1 -> com.android.support:support-core-ui:27.1.1
debugRuntimeClasspath -> com.github.tougee:rxpermissions:0.10.3 -> com.android.support:support-fragment:27.1.1 -> android.arch.lifecycle:livedata-core:1.1.0
debugRuntimeClasspath -> com.github.tougee:rxpermissions:0.10.3 -> com.android.support:support-fragment:27.1.1 -> android.arch.lifecycle:livedata-core:1.1.0 -> android.arch.core:runtime:1.1.0
debugRuntimeClasspath -> com.github.tougee:rxpermissions:0.10.3 -> com.android.support:support-fragment:27.1.1 -> android.arch.lifecycle:viewmodel:1.1.0
debugRuntimeClasspath -> com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.11.0 -> com.android.support:appcompat-v7:27.1.1 -> com.android.support:support-vector-drawable:27.1.1
debugRuntimeClasspath -> com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.11.0 -> com.android.support:appcompat-v7:27.1.1 -> com.android.support:animated-vector-drawable:27.1.1
debugRuntimeClasspath -> org.jetbrains.anko:anko-appcompat-v7:0.10.8 -> org.jetbrains.anko:anko-support-v4:0.10.8 -> com.android.support:support-v4:27.1.1
debugRuntimeClasspath -> org.jetbrains.anko:anko-appcompat-v7:0.10.8 -> org.jetbrains.anko:anko-support-v4:0.10.8 -> com.android.support:support-v4:27.1.1 -> com.android.support:support-media-compat:27.1.1
debugRuntimeClasspath -> com.dmitrymalkovich.android:progress-fab:1.6 -> com.android.support:design:23.3.0
debugRuntimeClasspath -> com.dmitrymalkovich.android:progress-fab:1.6 -> com.android.support:design:23.3.0 -> com.android.support:recyclerview-v7:23.3.0
/Users/touge/.gradle/caches/transforms-3/e29a13785636a30b9e480246b709f665/transformed/appcompat-1.4.0-alpha03/res/values/values.xml:1839:4: Duplicate value for resource 'attr/layout_scrollFlags' with config 'DEFAULT' and product ''. Resource was previously defined here: /Users/touge/.gradle/caches/transforms-3/72de7e6e83839e0f8031dace77bb2107/transformed/material-1.4.0/res/values/values.xml:2937:4: .
/Users/touge/dev/mixin/android-app/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:8332: Duplicate value for resource 'attr/behavior_peekHeight' with config 'DEFAULT' and product ''. Resource was previously defined here: /Users/touge/.gradle/caches/transforms-3/72de7e6e83839e0f8031dace77bb2107/transformed/material-1.4.0/res/values/values.xml:3099:4: .
/Users/touge/.gradle/caches/transforms-3/72de7e6e83839e0f8031dace77bb2107/transformed/material-1.4.0/res/values/values.xml:3452:4: Duplicate value for resource 'attr/layout_collapseMode' with config 'DEFAULT' and product ''. Resource was previously defined here: /Users/touge/dev/mixin/android-app/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:8642: .
/Users/touge/.gradle/caches/transforms-3/dc026296e8a71c9e29e4a1152f612f57/transformed/constraintlayout-2.1.0/res/values/values.xml:1017:4: Duplicate value for resource 'attr/layout_anchorGravity' with config 'DEFAULT' and product ''. Resource was previously defined here: /Users/touge/dev/mixin/android-app/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:9321: .
DONE.