Support libs updated to 27.0.2

This commit is contained in:
Aleksander Nowakowski
2017-11-30 16:05:59 +01:00
parent 2e477c47b9
commit 40b3b983ee
3 changed files with 9 additions and 9 deletions

View File

@@ -23,12 +23,12 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 26
compileSdkVersion 27
buildToolsVersion "26.0.2"
defaultConfig {
minSdkVersion 18
targetSdkVersion 26
targetSdkVersion 27
versionCode 1
versionName "1.0"
resConfigs "en"
@@ -53,5 +53,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//noinspection GradleDependency
implementation 'com.android.support:support-core-utils:26.1.0'
implementation 'com.android.support:support-core-utils:27.0.2'
}