mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Android: Fix gradle warning
Picasso is using an old version of the support lib which creates a conflict for the exifinterface support librar, this will make sure to use the version Dolphin is using which is 27.1.1
This commit is contained in:
@ -81,6 +81,7 @@ ext {
|
||||
|
||||
dependencies {
|
||||
implementation "com.android.support:support-v13:$androidSupportVersion"
|
||||
implementation "com.android.support:exifinterface:$androidSupportVersion"
|
||||
implementation "com.android.support:cardview-v7:$androidSupportVersion"
|
||||
implementation "com.android.support:recyclerview-v7:$androidSupportVersion"
|
||||
implementation "com.android.support:design:$androidSupportVersion"
|
||||
|
Reference in New Issue
Block a user