mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-08-28 02:04:46 -04:00
Add initial Travis build
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.10.+'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'android-sdk-manager'
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
@ -38,7 +48,9 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
compile 'com.squareup.dagger:dagger:1.2.1'
|
||||
provided 'com.squareup.dagger:dagger-compiler:1.2.1'
|
||||
|
||||
compile 'com.android.support:appcompat-v7:20.+'
|
||||
}
|
||||
|
Reference in New Issue
Block a user