File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 25
5- buildToolsVersion " 25 .0.2 "
4+ compileSdkVersion 27
5+ buildToolsVersion " 27 .0.3 "
66
77 defaultConfig {
88 applicationId " ch.freshbits.pathshare.example"
9- minSdkVersion 16
10- targetSdkVersion 22
11- versionCode 1_0_1
12- versionName " 1.0.1 "
9+ minSdkVersion 25
10+ targetSdkVersion 27
11+ versionCode 1_0_2
12+ versionName " 1.0.2 "
1313 }
1414
1515 lintOptions {
@@ -38,7 +38,7 @@ repositories {
3838dependencies {
3939 compile fileTree(dir : ' libs' , include : [' *.jar' ])
4040 testCompile ' junit:junit:4.12'
41- compile ' com.android.support:appcompat-v7:25.3.1 '
42-
43- compile ' ch.freshbits.pathshare.sdk:pathshare-sdk:1.0.1 '
41+ // noinspection GradleCompatible
42+ compile ' com.android.support:appcompat-v7:27.1.1 '
43+ compile ' ch.freshbits.pathshare.sdk:pathshare-sdk:1.0.2 '
4444}
Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 jcenter()
6+ google()
67 }
78 dependencies {
8- classpath ' com.android.tools.build:gradle:2.3.3'
9-
9+ classpath ' com.android.tools.build:gradle:3.0.1'
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
1212 }
@@ -15,6 +15,7 @@ buildscript {
1515allprojects {
1616 repositories {
1717 jcenter()
18+ google()
1819 }
1920}
2021
Original file line number Diff line number Diff line change 1- # Thu Aug 03 16:16:16 CEST 2017
1+ # Mon May 21 19:09:15 CEST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
You can’t perform that action at this time.
0 commit comments