Skip to content

Commit 08884bc

Browse files
authored
Merge pull request #3 from natario1/master
Bump sdk and support lib versions (natario1#190)
2 parents 215808b + f6b2506 commit 08884bc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ android:
2424
components:
2525
- tools
2626
- platform-tools
27-
- build-tools-26.0.1
28-
- android-26
29-
- doc-26
27+
- build-tools-27.0.3
28+
- android-27
29+
- doc-27
3030

3131
install:
3232
# Setup

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ allprojects {
2323
}
2424

2525
ext {
26-
compileSdkVersion = 26
27-
buildToolsVersion = "26.0.2"
28-
supportLibVersion = '26.1.0'
26+
compileSdkVersion = 27
27+
buildToolsVersion = "27.0.3"
28+
supportLibVersion = '27.1.0'
2929
minSdkVersion = 15
30-
targetSdkVersion = 26
30+
targetSdkVersion = 27
3131
}
3232

3333
task clean(type: Delete) {

0 commit comments

Comments
 (0)