Skip to content

Commit 2cac0a2

Browse files
authored
Merge pull request #3 from CloudyPadmal/master
chore: upgraded vesions in travis script
2 parents 90a2e08 + 41fd4f9 commit 2cac0a2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android:
88
components:
99
- tools
1010
- platform-tools
11-
- android-27
12-
- build-tools-27.0.3
11+
- android-28
12+
- build-tools-28.0.3
1313

1414
before_cache:
1515
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -22,7 +22,7 @@ cache:
2222
- "$HOME/.gradle/wrapper/"
2323

2424
install:
25-
- echo yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-27"
25+
- echo yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-28"
2626

2727
script:
2828
- 'if [ "$TRAVIS_BRANCH" != "apk" ]; then ./gradlew build --stacktrace; fi'

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apply plugin: 'com.android.application'
33
android {
44

55
compileSdkVersion rootProject.ext.compileSdkVersion
6+
buildToolsVersion rootProject.ext.buildToolsVersion
67

78
defaultConfig {
89
applicationId "io.neurolab"

0 commit comments

Comments
 (0)