mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Try and get the API 21 build going again...
This commit is contained in:
parent
7e3fdf6567
commit
0e068fe4bd
@ -1,5 +1,12 @@
|
||||
# We still need android to get the build tools/support libraries
|
||||
language: android
|
||||
android:
|
||||
components:
|
||||
- build-tools-21.1.1
|
||||
- android-21
|
||||
- extra-android-support
|
||||
- extra-android-m2repository
|
||||
- extra-google-m2repository
|
||||
|
||||
script:
|
||||
- ./gradlew test
|
||||
|
@ -2,12 +2,8 @@ buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'android-sdk-manager'
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user