Manage support library using gradle.

captchafix
nopjmp 11 years ago
parent 15cc9248a4
commit 85743ace82
  1. 2
      Clover/app/build.gradle
  2. BIN
      Clover/app/libs/android-support-v13.jar

@ -68,7 +68,7 @@ dependencies {
compile 'org.jsoup:jsoup:1.7.3'
compile 'com.j256.ormlite:ormlite-core:4.48'
compile 'com.j256.ormlite:ormlite-android:4.48'
compile 'com.android.support:support-v13:18.0.+'
compile files('libs/android-support-v13.jar')
compile files('libs/httpclientandroidlib-1.1.2.jar')
}

Loading…
Cancel
Save