Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit d8c4755

Browse files
committed
Added Travis.yml and up'ed version of build tools and support library
1 parent 070766f commit d8c4755

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: android
2+
android:
3+
components:
4+
# Uncomment the lines below if you want to
5+
# use the latest revision of Android SDK Tools
6+
- platform-tools
7+
- tools
8+
9+
# The BuildTools version used by your project
10+
- build-tools-19.1.0
11+
12+
# The SDK version used to compile your project
13+
- android-19
14+
15+
# Additional components
16+
- extra-google-google_play_services
17+
- extra-google-m2repository
18+
- extra-android-m2repository
19+
- addon-google_apis-google-19
20+
21+
# Specify at least one system image,
22+
# if you need to run emulator(s) during your tests
23+
- sys-img-armeabi-v7a-android-19
24+
- sys-img-x86-android-17

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.1"
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
applicationId "za.co.riggaroo.helptut.helptutorialexample"
@@ -23,5 +23,5 @@ dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
testCompile 'junit:junit:4.12'
2525
compile project(':materialhelptutorial')
26-
compile 'com.android.support:appcompat-v7:23.1.0'
26+
compile 'com.android.support:appcompat-v7:23.1.1'
2727
}

materialhelptutorial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def gitUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial.git'
1010

1111
android {
1212
compileSdkVersion 23
13-
buildToolsVersion "23.0.1"
13+
buildToolsVersion "23.0.2"
1414

1515
defaultConfig {
1616
minSdkVersion 15

0 commit comments

Comments
 (0)