Updated Android tools & API level versions.

This commit is contained in:
Iiro Krankka
2017-01-09 10:23:21 +02:00
parent bf0bd983fa
commit 46d2cbe833

View File

@@ -1,13 +1,13 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 24 compileSdkVersion 25
buildToolsVersion "23.0.3" buildToolsVersion "25.0.2"
defaultConfig { defaultConfig {
applicationId "com.codemate.booklibrary" applicationId "com.codemate.booklibrary"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 24 targetSdkVersion 25
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
@@ -36,6 +36,6 @@ dependencies {
testCompile 'info.cukes:cucumber-junit:1.2.4' testCompile 'info.cukes:cucumber-junit:1.2.4'
testCompile 'org.mockito:mockito-core:1.+' testCompile 'org.mockito:mockito-core:1.+'
compile 'com.android.support:appcompat-v7:24.2.0' compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:recyclerview-v7:24.2.0' compile 'com.android.support:recyclerview-v7:25.0.1'
} }