mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Fix permission problems on API 23+
This commit is contained in:
parent
7955cfe71b
commit
8bf9808cfc
5 changed files with 137 additions and 100 deletions
|
|
@ -8,12 +8,12 @@ dependencies {
|
|||
compile 'com.nostra13.universalimageloader:universal-image-loader:1.8.4'
|
||||
compile 'ch.acra:acra:4.5.0'
|
||||
compile 'org.mediawiki:api:1.3'
|
||||
compile 'de.keyboardsurfer.android.widget:crouton:1.8.5@aar'
|
||||
compile 'commons-codec:commons-codec:1.10'
|
||||
compile 'com.android.support:support-v4:23.4.0'
|
||||
compile 'com.android.support:appcompat-v7:23.4.0'
|
||||
compile 'com.android.support:design:23.4.0'
|
||||
//noinspectio GradleDependency - old version has required feature
|
||||
|
||||
//noinspection GradleDependency - old version has required feature
|
||||
compile 'com.google.code.gson:gson:1.4'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue