mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add PermissionEverywhere dependency
This commit is contained in:
parent
350679dc5d
commit
c0547c16a9
1 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven { url "https://jitpack.io" }
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(include: '*.jar', dir: 'libs')
|
compile fileTree(include: '*.jar', dir: 'libs')
|
||||||
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
|
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
|
||||||
|
|
@ -12,6 +16,7 @@ dependencies {
|
||||||
compile 'com.android.support:support-v4:23.4.0'
|
compile 'com.android.support:support-v4:23.4.0'
|
||||||
compile 'com.android.support:appcompat-v7:23.4.0'
|
compile 'com.android.support:appcompat-v7:23.4.0'
|
||||||
compile 'com.android.support:design:23.4.0'
|
compile 'com.android.support:design:23.4.0'
|
||||||
|
compile 'com.github.kaknazaveshtakipishi:PermissionEverywhere:alpha'
|
||||||
|
|
||||||
//noinspection GradleDependency - old version has required feature
|
//noinspection GradleDependency - old version has required feature
|
||||||
compile 'com.google.code.gson:gson:1.4'
|
compile 'com.google.code.gson:gson:1.4'
|
||||||
|
|
@ -25,7 +30,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "fr.free.nrw.commons"
|
applicationId "fr.free.nrw.commons"
|
||||||
minSdkVersion 11
|
minSdkVersion 15
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
ndk {
|
ndk {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue