Increased android and build version to check out travis.ci

This commit is contained in:
Alexander Pacha
2016-09-18 22:56:14 +02:00
parent 1935cd06b2
commit 3e8da0412f
2 changed files with 25 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.2"
defaultConfig {
applicationId "org.hitlabnz.sensor_fusion_demo"
minSdkVersion 18
targetSdkVersion 23
targetSdkVersion 24
versionCode 4
versionName "1.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -22,12 +22,12 @@ android {
}
dependencies {
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:support-v4:24.2.1'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
androidTestCompile 'com.android.support:support-annotations:23.3.0'
androidTestCompile 'com.android.support:support-annotations:24.2.1'
androidTestCompile 'com.android.support.test:runner:0.4.1'
androidTestCompile 'com.android.support.test:rules:0.4.1'
androidTestCompile 'org.hamcrest:hamcrest-library:1.3'