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
|
# Additional components
|
||||||
- extra-android-support
|
- extra-android-support
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
- extra-google-m2repository
|
||||||
|
|
||||||
# Emulators
|
# Emulators
|
||||||
- sys-img-armeabi-v7a-android-21
|
- sys-img-armeabi-v7a-android-21
|
||||||
|
@ -35,5 +36,5 @@ before_script:
|
||||||
script: ./gradlew --info build connectedCheck
|
script: ./gradlew --info build connectedCheck
|
||||||
|
|
||||||
licenses:
|
licenses:
|
||||||
- 'android-sdk-license-.+'
|
- '.+'
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ buildscript {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
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
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
Loading…
Reference in New Issue