Loading app/build.gradle +8 −10 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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' } build.gradle +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -17,6 +18,7 @@ allprojects { options.compilerArgs << "-Xlint:deprecation" } repositories { google() jcenter() } } Loading gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
app/build.gradle +8 −10 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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' }
build.gradle +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -17,6 +18,7 @@ allprojects { options.compilerArgs << "-Xlint:deprecation" } repositories { google() jcenter() } } Loading
gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line Loading @@ -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