|
@ -2,7 +2,7 @@ apply plugin: 'com.android.application' |
|
|
|
|
|
|
|
|
android { |
|
|
android { |
|
|
compileSdkVersion 23 |
|
|
compileSdkVersion 23 |
|
|
buildToolsVersion '25.0.0' |
|
|
buildToolsVersion '25.0.2' |
|
|
|
|
|
|
|
|
defaultConfig { |
|
|
defaultConfig { |
|
|
applicationId "pep.android.k9" |
|
|
applicationId "pep.android.k9" |
|
@ -26,10 +26,11 @@ android { |
|
|
|
|
|
|
|
|
dependencies { |
|
|
dependencies { |
|
|
compile fileTree(include: ['*.jar'], dir: 'libs') |
|
|
compile fileTree(include: ['*.jar'], dir: 'libs') |
|
|
compile 'com.android.support:appcompat-v7:23.0.0' |
|
|
compile 'com.android.support:appcompat-v7:23.4.0' |
|
|
compile project(':pEpJNIAdapter') |
|
|
compile project(':pEpJNIAdapter') |
|
|
testCompile 'junit:junit:4.12' |
|
|
testCompile 'junit:junit:4.12' |
|
|
compile 'com.jakewharton:butterknife:7.0.1' |
|
|
compile 'com.jakewharton:butterknife:8.0.1' |
|
|
|
|
|
annotationProcessor 'com.jakewharton:butterknife-compiler:8.0.1' |
|
|
compile 'com.karumi:dexter:2.3.1' |
|
|
compile 'com.karumi:dexter:2.3.1' |
|
|
compile group: 'net.lingala.zip4j', name: 'zip4j', version: '1.3.1' |
|
|
compile group: 'net.lingala.zip4j', name: 'zip4j', version: '1.3.1' |
|
|
} |
|
|
} |
|
|