Skip to content

Commit 7fa70de

Browse files
committed
Bump version to API 26
1 parent 1f27ff0 commit 7fa70de

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android:
66
components:
77
- tools
88
- platform-tools
9-
- build-tools-25.0.3
10-
- android-25
9+
- build-tools-26.0.1
10+
- android-26
1111
licenses:
1212
- android-sdk-license-.+
1313
script:

app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.2"
4+
compileSdkVersion 26
5+
buildToolsVersion "26.0.1"
66

77
defaultConfig {
88
applicationId "com.example.mapdemo"
99
minSdkVersion 18
10-
targetSdkVersion 25
10+
targetSdkVersion 26
1111
}
1212

1313
buildTypes {
@@ -19,7 +19,7 @@ android {
1919
}
2020

2121
dependencies {
22-
compile 'com.android.support:appcompat-v7:25.3.1'
22+
compile 'com.android.support:appcompat-v7:26.0.1'
2323
compile 'com.google.android.gms:play-services-maps:11.0.1'
2424
compile 'com.google.android.gms:play-services-location:11.0.1'
2525
compile 'com.github.hotchemi:permissionsdispatcher:2.4.0'

app/src/main/AndroidManifest.xml

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
android:versionCode="1"
55
android:versionName="1.0" >
66

7-
<uses-sdk
8-
android:minSdkVersion="11"
9-
android:targetSdkVersion="18" />
10-
117
<permission android:name="android.permission.ACCESS_FINE_LOCATION" android:protectionLevel="dangerous"/>
128
<permission android:name="android.permission.ACCESS_COARSE_LOCATION" android:protectionLevel="dangerous"/>
139

0 commit comments

Comments
 (0)