Update build tools, support dependencies.

multisite
Floens 9 years ago
parent 4f7f06a719
commit a10496af5d
  1. 16
      Clover/app/build.gradle

@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 24 compileSdkVersion 24
// update the travis config when changing this // update the travis config when changing this
buildToolsVersion '24.0.1' buildToolsVersion '24.0.3'
defaultConfig { defaultConfig {
applicationId "org.floens.chan" applicationId "org.floens.chan"
@ -84,13 +84,13 @@ android {
} }
dependencies { dependencies {
compile 'com.android.support:support-v13:24.1.1' compile 'com.android.support:support-v13:24.2.1'
compile 'com.android.support:appcompat-v7:24.1.1' compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:recyclerview-v7:24.1.1' compile 'com.android.support:recyclerview-v7:24.2.1'
compile 'com.android.support:cardview-v7:24.1.1' compile 'com.android.support:cardview-v7:24.2.1'
compile 'com.android.support:support-annotations:24.1.1' compile 'com.android.support:support-annotations:24.2.1'
compile 'com.android.support:design:24.1.1' compile 'com.android.support:design:24.2.1'
compile 'com.android.support:customtabs:24.1.1' compile 'com.android.support:customtabs:24.2.1'
compile 'org.jsoup:jsoup:1.9.2' compile 'org.jsoup:jsoup:1.9.2'
compile 'com.j256.ormlite:ormlite-core:4.48' compile 'com.j256.ormlite:ormlite-core:4.48'

Loading…
Cancel
Save