File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
components :
9
9
- tools
10
10
- platform-tools
11
- - android-27
12
- - build-tools-27 .0.3
11
+ - android-28
12
+ - build-tools-28 .0.3
13
13
14
14
before_cache :
15
15
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
22
22
- " $HOME/.gradle/wrapper/"
23
23
24
24
install :
25
- - echo yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-27 "
25
+ - echo yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-28 "
26
26
27
27
script :
28
28
- ' if [ "$TRAVIS_BRANCH" != "apk" ]; then ./gradlew build --stacktrace; fi'
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ apply plugin: 'com.android.application'
3
3
android {
4
4
5
5
compileSdkVersion rootProject. ext. compileSdkVersion
6
+ buildToolsVersion rootProject. ext. buildToolsVersion
6
7
7
8
defaultConfig {
8
9
applicationId " io.neurolab"
You can’t perform that action at this time.
0 commit comments