Make gradle dependencies fixed

material
Floens 11 years ago
parent 72ae1364b4
commit 3527fe46ab
  1. 6
      Clover/app/build.gradle

@ -70,9 +70,9 @@ 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 'com.koushikdutta.ion:ion:1.+'
compile 'pl.droidsonroids.gif:android-gif-drawable:1.0.+'
compile 'com.android.support:support-v13:18.0.0'
compile 'com.koushikdutta.ion:ion:1.3.8'
compile 'pl.droidsonroids.gif:android-gif-drawable:1.0.12'
compile files('libs/httpclientandroidlib-1.2.1.jar')
}

Loading…
Cancel
Save