Commit 17214cbe authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Increase compile SDK to 27

parent fca18a53
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
apply plugin: 'com.android.application'

android {
    compileSdkVersion 26
    compileSdkVersion 27

    defaultConfig {
        applicationId "net.fabiszewski.ulogger"
        minSdkVersion 14
        targetSdkVersion 26
        targetSdkVersion 27
        versionCode 200
        versionName "2.0"
    }
@@ -36,5 +36,5 @@ android {
dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    testImplementation 'junit:junit:4.12'
    implementation 'com.android.support:appcompat-v7:26.1.0'
    implementation 'com.android.support:appcompat-v7:27.1.1'
}