Merge pull request #394 from ngoisaosang/master

Try to fix accept SDK Licenses
This commit is contained in:
Christian Schabesberger 2016-12-24 14:12:36 +01:00 committed by GitHub
commit d4e6856cbe
2 changed files with 3 additions and 2 deletions

View File

@ -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-.+' - '.+'

View File

@ -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