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