mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-04 17:42:14 +01:00
Merge pull request #394 from ngoisaosang/master
Try to fix accept SDK Licenses
This commit is contained in:
commit
d4e6856cbe
@ -13,6 +13,7 @@ android:
|
||||
# Additional components
|
||||
- extra-android-support
|
||||
- extra-android-m2repository
|
||||
- extra-google-m2repository
|
||||
|
||||
# Emulators
|
||||
- sys-img-armeabi-v7a-android-21
|
||||
@ -35,5 +36,5 @@ before_script:
|
||||
script: ./gradlew --info build connectedCheck
|
||||
|
||||
licenses:
|
||||
- 'android-sdk-license-.+'
|
||||
- '.+'
|
||||
|
||||
|
@ -5,7 +5,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.2.2'
|
||||
classpath 'com.android.tools.build:gradle:2.2.3'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
Loading…
Reference in New Issue
Block a user