Skip to content

Commit b7e5fe1

Browse files
author
pgs
committed
restore SDK to 19
1 parent 593ca9f commit b7e5fe1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: android
22

33
android:
44
components:
5-
- build-tools-21.0.2
6-
- android-21
5+
- build-tools-19.1.0
6+
- android-19
77
- extra-google-google_play_services
88
- extra-google-m2repository
99

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repositories {
1515
}
1616

1717
android {
18-
compileSdkVersion 21
19-
buildToolsVersion "21.0.2"
18+
compileSdkVersion 19
19+
buildToolsVersion "19.1.0"
2020

2121
defaultConfig {
2222
minSdkVersion 8
23-
targetSdkVersion 21
23+
targetSdkVersion 19
2424
versionCode 1
2525
versionName "1.0"
2626
}
@@ -37,8 +37,8 @@ android {
3737

3838
dependencies {
3939
compile fileTree(dir: 'libs', include: ['*.jar'])
40-
compile 'com.android.support:appcompat-v7:21.0.0'
41-
compile 'com.android.support:support-v4:21.0.0'
40+
compile 'com.android.support:appcompat-v7:19.1.0'
41+
compile 'com.android.support:support-v4:19.1.0'
4242
compile 'javax.inject:javax.inject:1@jar'
4343
compile 'com.squareup.dagger:dagger-compiler:1.2.+'
4444
compile 'com.squareup.dagger:dagger:1.2.+'

0 commit comments

Comments
 (0)