simply update gradles to 28, and some dependencies

This commit is contained in:
TacoTheDank 2018-10-09 12:22:30 -04:00
parent c0891e8e16
commit 5963d7b49b
3 changed files with 40 additions and 42 deletions

View file

@ -5,13 +5,13 @@ android:
components:
# The BuildTools version used by NewPipe
- tools
- build-tools-27.0.3
- build-tools-28.0.3
# The SDK version used to compile NewPipe
- android-27
- android-28
before_install:
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "platforms;android-28"
script: ./gradlew -Dorg.gradle.jvmargs=-Xmx1536m assembleDebug lintDebug testDebugUnitTest
licenses: