diff --git a/.travis.yml b/.travis.yml index 2e41ecd..c8f3f9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ android: components: - tools - platform-tools - - build-tools-24.0.1 + - build-tools-24.0.2 - android-24 - extra-android-m2repository - sys-img-armeabi-v7a-android-18 diff --git a/benchmark/build.gradle b/benchmark/build.gradle index e89fdd9..482abcd 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -22,7 +22,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:24.2.0' + compile 'com.android.support:appcompat-v7:24.2.1' compile project(':hawk') } diff --git a/build.gradle b/build.gradle index f8d195d..ca56556 100644 --- a/build.gradle +++ b/build.gradle @@ -39,14 +39,14 @@ ext { minSdkVersion = 10 targetSdkVersion = 24 compileSdkVersion = 24 - buildToolsVersion = '24.0.1' + buildToolsVersion = '24.0.2' sourceCompatibilityVersion = JavaVersion.VERSION_1_7 targetCompatibilityVersion = JavaVersion.VERSION_1_7 } ext.deps = [ gson : 'com.google.code.gson:gson:2.4', - conceal : 'com.facebook.conceal:conceal:1.1.2@aar', + conceal : 'com.facebook.conceal:conceal:1.1.3@aar', // Test dependencies junit : 'junit:junit:4.12',