File tree 3 files changed +6
-10
lines changed
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 6
6
components :
7
7
- tools
8
8
- platform-tools
9
- - build-tools-25 .0.3
10
- - android-25
9
+ - build-tools-26 .0.1
10
+ - android-26
11
11
licenses :
12
12
- android-sdk-license-.+
13
13
script :
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion " 25 .0.2 "
4
+ compileSdkVersion 26
5
+ buildToolsVersion " 26 .0.1 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.example.mapdemo"
9
9
minSdkVersion 18
10
- targetSdkVersion 25
10
+ targetSdkVersion 26
11
11
}
12
12
13
13
buildTypes {
@@ -19,7 +19,7 @@ android {
19
19
}
20
20
21
21
dependencies {
22
- compile ' com.android.support:appcompat-v7:25.3 .1'
22
+ compile ' com.android.support:appcompat-v7:26.0 .1'
23
23
compile ' com.google.android.gms:play-services-maps:11.0.1'
24
24
compile ' com.google.android.gms:play-services-location:11.0.1'
25
25
compile ' com.github.hotchemi:permissionsdispatcher:2.4.0'
Original file line number Diff line number Diff line change 4
4
android : versionCode =" 1"
5
5
android : versionName =" 1.0" >
6
6
7
- <uses-sdk
8
- android : minSdkVersion =" 11"
9
- android : targetSdkVersion =" 18" />
10
-
11
7
<permission android : name =" android.permission.ACCESS_FINE_LOCATION" android : protectionLevel =" dangerous" />
12
8
<permission android : name =" android.permission.ACCESS_COARSE_LOCATION" android : protectionLevel =" dangerous" />
13
9
You can’t perform that action at this time.
0 commit comments