Skip to content

Commit

Permalink
fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Aug 13, 2016
1 parent ec187ec commit 8d268fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
language: android
android:
components:
# https://github.com/travis-ci/travis-ci/issues/5036
- tools

- build-tools-23.0.2
- android-19
- android-23

- add-on
- extra

Expand Down
4 changes: 2 additions & 2 deletions LocationMapViewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'maven'

android {
compileSdkVersion 19
compileSdkVersion 23
buildToolsVersion '23.0.2'
defaultConfig {
applicationId 'de.k3b.android.locationMapViewer'
minSdkVersion 10
targetSdkVersion 19
targetSdkVersion 21
// 0.2.2.150321 (2)
// fdroid 06.5.2015 (3) versionName "0.3.3.150506"
// fdroid 30.3.2016 (4) versionName "0.3.4.160330"
Expand Down
4 changes: 2 additions & 2 deletions geoIntentDemo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
compileSdkVersion 23
buildToolsVersion '23.0.2'

defaultConfig {
applicationId "de.k3b.android.locationMapViewer.demo"
minSdkVersion 7
targetSdkVersion 19
targetSdkVersion 21
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 8d268fc

Please sign in to comment.