mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-05 07:38:20 -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
|
# We still need android to get the build tools/support libraries
|
||||||
language: android
|
language: android
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- build-tools-21.1.1
|
||||||
|
- android-21
|
||||||
|
- extra-android-support
|
||||||
|
- extra-android-m2repository
|
||||||
|
- extra-google-m2repository
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./gradlew test
|
- ./gradlew test
|
||||||
|
@ -2,12 +2,8 @@ buildscript {
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
|
||||||
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'android-sdk-manager'
|
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user