Browse Source

Android: use jcenter for dependecy resolution, update commons-io from 2.2 to 2.4

JNI-44
Edouard Tisserant 10 years ago
parent
commit
cab2db9b13
  1. 9
      android/build.gradle
  2. BIN
      android/libs/commons-io-2.2.jar

9
android/build.gradle

@ -13,13 +13,8 @@ def libetpanAndroid = file('external/libetpan/build-android')
def pEpEngineAndroid = new File(new File(pEpEngineSrc), 'build-android') def pEpEngineAndroid = new File(new File(pEpEngineSrc), 'build-android')
def pEpEngineDB = new File(new File(pEpEngineSrc), 'db') def pEpEngineDB = new File(new File(pEpEngineSrc), 'db')
buildscript { repositories {
repositories {
jcenter() jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
}
} }
apply plugin: 'android-library' apply plugin: 'android-library'
@ -51,7 +46,7 @@ android {
} }
dependencies { dependencies {
compile fileTree(dir: 'libs', include: '*.jar') compile 'commons-io:commons-io:2.4'
} }
lintOptions { lintOptions {

BIN
android/libs/commons-io-2.2.jar

Binary file not shown.
Loading…
Cancel
Save