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. 11
      android/build.gradle
  2. BIN
      android/libs/commons-io-2.2.jar

11
android/build.gradle

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

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

Binary file not shown.
Loading…
Cancel
Save