Skip to content

Commit 52ae0b7

Browse files
committed
Bump gradle, dependencies, minSDK and targetSDK versions
1 parent 5f7736e commit 52ae0b7

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

android-example-app/app/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
apply plugin: 'com.android.application'
22

33
android {
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 {
3838
dependencies {
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
}

android-example-app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
buildscript {
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 {
1515
allprojects {
1616
repositories {
1717
jcenter()
18+
google()
1819
}
1920
}
2021

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Aug 03 16:16:16 CEST 2017
1+
#Mon May 21 19:09:15 CEST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)