File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 24
5- buildToolsVersion " 23 .0.3 "
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.0 "
66
77 defaultConfig {
88 applicationId " com.codemybrainsout.placesearchdialog"
99 minSdkVersion 15
10- targetSdkVersion 24
10+ targetSdkVersion 25
1111 versionCode 1
1212 versionName " 1.0"
1313 }
@@ -22,6 +22,6 @@ android {
2222dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2424 testCompile ' junit:junit:4.12'
25- compile ' com.android.support:appcompat-v7:24.2 .0'
25+ compile ' com.android.support:appcompat-v7:25.1 .0'
2626 compile project (" :placesearch" )
2727}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.2.2 '
8+ classpath ' com.android.tools.build:gradle:2.2.3 '
99 // classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1111 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 24
5- buildToolsVersion " 23 .0.3 "
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.0 "
66
77 defaultConfig {
88 minSdkVersion 15
9- targetSdkVersion 24
9+ targetSdkVersion 25
1010 versionCode 1
1111 versionName " 1.0.0"
1212 }
@@ -21,9 +21,9 @@ android {
2121dependencies {
2222 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2323 testCompile ' junit:junit:4.12'
24- compile ' com.android.support:appcompat-v7:24.2 .0'
25- compile ' com.android.support:design:24.2 .0'
26- compile ' com.google.android.gms:play-services-location:9 .0.2 '
24+ compile ' com.android.support:appcompat-v7:25.1 .0'
25+ compile ' com.android.support:design:25.1 .0'
26+ compile ' com.google.android.gms:play-services-places:10 .0.1 '
2727}
2828
2929apply from : rootProject. file(' gradle/gradle-mvn-push.gradle' )
You can’t perform that action at this time.
0 commit comments