Commit 8364ed57 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Raise target API to 26, raise minimum API to 14

parent c47d385d
Loading
Loading
Loading
Loading
+8 −10
Original line number Diff line number Diff line
@@ -10,16 +10,14 @@
apply plugin: 'com.android.application'

android {
    compileSdkVersion 25
    buildToolsVersion '25.0.2'
    compileSdkVersion 26

    defaultConfig {
        applicationId "net.fabiszewski.ulogger"
        minSdkVersion 10
        //noinspection OldTargetApi
        targetSdkVersion 25
        versionCode 108
        versionName "1.8"
        minSdkVersion 14
        targetSdkVersion 26
        versionCode 200
        versionName "2.0"
    }

    buildTypes {
@@ -36,7 +34,7 @@ android {
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:25.3.1'
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    testImplementation 'junit:junit:4.12'
    implementation 'com.android.support:appcompat-v7:26.1.0'
}
+3 −1
Original line number Diff line number Diff line
@@ -2,10 +2,11 @@

buildscript {
    repositories {
        google()
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.3.3'
        classpath 'com.android.tools.build:gradle:3.1.2'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
@@ -17,6 +18,7 @@ allprojects {
        options.compilerArgs << "-Xlint:deprecation"
    }
    repositories {
        google()
        jcenter()
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip