Skip to content

Commit 8d268fc

Browse files
committed
fixed travis
1 parent ec187ec commit 8d268fc

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
language: android
33
android:
44
components:
5+
# https://github.com/travis-ci/travis-ci/issues/5036
6+
- tools
7+
58
- build-tools-23.0.2
6-
- android-19
9+
- android-23
10+
711
- add-on
812
- extra
913

LocationMapViewer/build.gradle

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

44
android {
5-
compileSdkVersion 19
5+
compileSdkVersion 23
66
buildToolsVersion '23.0.2'
77
defaultConfig {
88
applicationId 'de.k3b.android.locationMapViewer'
99
minSdkVersion 10
10-
targetSdkVersion 19
10+
targetSdkVersion 21
1111
// 0.2.2.150321 (2)
1212
// fdroid 06.5.2015 (3) versionName "0.3.3.150506"
1313
// fdroid 30.3.2016 (4) versionName "0.3.4.160330"

geoIntentDemo/build.gradle

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

33
android {
4-
compileSdkVersion 21
4+
compileSdkVersion 23
55
buildToolsVersion '23.0.2'
66

77
defaultConfig {
88
applicationId "de.k3b.android.locationMapViewer.demo"
99
minSdkVersion 7
10-
targetSdkVersion 19
10+
targetSdkVersion 21
1111
versionCode 1
1212
versionName "1.0"
1313
}

0 commit comments

Comments
 (0)