Skip to content

Commit 7428fa8

Browse files
authored
Merge pull request #11 from rogerhu/patch-2
Update build.gradle
2 parents d7607f4 + 8e85dd2 commit 7428fa8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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 23
5-
buildToolsVersion "23.0.3"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.2"
66

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

1313
buildTypes {
@@ -21,7 +21,7 @@ android {
2121
apply plugin: 'android-apt'
2222

2323
dependencies {
24-
compile 'com.android.support:appcompat-v7:23.0.0'
24+
compile 'com.android.support:appcompat-v7:25.1.1'
2525
compile 'com.google.android.gms:play-services-maps:9.8.0'
2626
compile 'com.google.android.gms:play-services-location:9.8.0'
2727
compile 'com.github.hotchemi:permissionsdispatcher:2.2.0'

0 commit comments

Comments
 (0)