scoretaya.blogg.se

Magic bullet looks 2.1.0 download
Magic bullet looks 2.1.0 download











  1. #Magic bullet looks 2.1.0 download apk
  2. #Magic bullet looks 2.1.0 download android

What you need to do, is to investigate which of your third-party dependencies are using the support libraries, and evaluate if you can find an alternative. You could try to set minifyEnabled true in your gradle, but I doubt it will have any impact, as these resources are used by your third-party dependencies.įor what you are asking there is no magic bullet and not possible straight solution in a kind of a setting that will remove them.

magic bullet looks 2.1.0 download

So, you shouldn't look at the support libraries version number as a co-related identifier with your development API target.Īnd by seeing your Gradle, it seems the v4 support library may be included as a dependency from one of the third-party libraries you are using.

#Magic bullet looks 2.1.0 download android

Yet with time older Android API levels are being removed from the libraries when already obsolete, but the version number has been kept as it was. The support libraries version number indicates the minimum API level they originally supported. Implementation ':viewpagerdotsindicator:2.1.2' Implementation 'org.greenrobot:eventbus:3.1.1' Implementation '3:logging-interceptor:3.10.0' Implementation('-client:google-api-client-android:1.23.0') " Implementation ':Material-ViewPagerIndicator:1.+' Implementation ':keyboardvisibilityevent:2.1.0' Implementation ':picasso2-okhttp3-downloader:1.0.2' Implementation ':android-about-page:1.2.2' Implementation ':android-image-cropper:2.3.+'

magic bullet looks 2.1.0 download

Implementation ':play-services-analytics:16.0.4' Implementation 'io.reactivex.rxjava2:rxjava:2.1.16' Implementation 'io.reactivex.rxjava2:rxandroid:2.0.1' Implementation 'nstraintlayout:constraintlayout:2.0.0-alpha2' Implementation 'androidx.recyclerview:recyclerview:1.0.0' Implementation 'androidx.cardview:cardview:1.0.0' Implementation 'androidx.appcompat:appcompat:1.0.0' Implementation fileTree(include:, dir: 'libs')

magic bullet looks 2.1.0 download

I need a solution that remove v4 support resources from APK, so my app size reduce much. There are converted png vector-images in v4 packages.

#Magic bullet looks 2.1.0 download apk

I want know why they are included in APK while my app is being developed for minimum 16 version. But when I analyze apk then large size of resources is the v4 support drawables. and I have not added v4-support in my gradle.













Magic bullet looks 2.1.0 download