From a73dd3322645c66a48b0e668cc393436b2c4bc2c Mon Sep 17 00:00:00 2001 From: Alexander Pacha Date: Tue, 17 Jan 2017 23:44:27 +0100 Subject: [PATCH] Updated to newest SDK. (reverted from commit 468b322635d087ab2ba6865a9c4dfb775b0e69ff) (reverted from commit e389df5b4ddfc0027c7125369027c780acdd243d) --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e19750b..e024507 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,13 +6,13 @@ def code = formattedDate.toInteger() * 10000 def buildNumber = System.getenv("BITRISE_BUILD_NUMBER") as Integer ?: 0 android { - compileSdkVersion 24 - buildToolsVersion "24.0.2" + compileSdkVersion 25 + buildToolsVersion "25.0.1" defaultConfig { applicationId "org.hitlabnz.sensor_fusion_demo" minSdkVersion 18 - targetSdkVersion 24 + targetSdkVersion 25 versionCode code + buildNumber versionName "1.4." + buildNumber testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -31,12 +31,12 @@ android { } dependencies { - compile 'com.android.support:support-v4:24.2.1' + compile 'com.android.support:support-v4:25.0.1' testCompile 'junit:junit:4.12' - testCompile 'org.mockito:mockito-core:1.10.19' + testCompile 'org.mockito:mockito-core:2.2.27' - androidTestCompile 'com.android.support:support-annotations:24.2.1' + androidTestCompile 'com.android.support:support-annotations:25.0.1' androidTestCompile 'org.hamcrest:hamcrest-library:1.3' androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'