Skip to content

Commit

Permalink
Upgrade Google Play Library to 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjeng committed Nov 29, 2016
1 parent ed2ffc1 commit 96bb46a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.ccjeng.weather"
minSdkVersion 16
targetSdkVersion 25
versionCode 6
versionName "1.3.1.102716W"
versionCode 7
versionName "1.3.2.112916W"
}
buildTypes {
release {
Expand All @@ -28,15 +28,15 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:design:25.0.0'
compile 'com.android.support:recyclerview-v7:25.0.0'
compile 'com.android.support:cardview-v7:25.0.0'
compile 'com.android.support:gridlayout-v7:25.0.0'
compile 'com.google.android.gms:play-services-location:9.8.0'
compile 'com.google.android.gms:play-services-places:9.8.0'
compile 'com.google.firebase:firebase-core:9.6.1'
releaseCompile 'com.google.firebase:firebase-crash:9.6.1'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:design:25.0.1'
compile 'com.android.support:recyclerview-v7:25.0.1'
compile 'com.android.support:cardview-v7:25.0.1'
compile 'com.android.support:gridlayout-v7:25.0.1'
compile 'com.google.android.gms:play-services-location:10.0.1'
compile 'com.google.android.gms:play-services-places:10.0.1'
compile 'com.google.firebase:firebase-core:10.0.1'
releaseCompile 'com.google.firebase:firebase-crash:10.0.1'
// compile 'com.google.firebase:firebase-config:9.6.1'
compile 'com.jakewharton:butterknife:8.4.0'
apt 'com.jakewharton:butterknife-compiler:8.4.0'
Expand Down

0 comments on commit 96bb46a

Please sign in to comment.