File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22language : android
33android :
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
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22apply plugin : ' maven'
33
44android {
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"
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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 }
You can’t perform that action at this time.
0 commit comments