Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Dec 18, 2018
1 parent 6378f56 commit d13cbb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId 'com.stevenschoen.putionew'
minSdkVersion 21
targetSdkVersion 27
versionCode 134
versionName '4.4.0 beta 1'
versionCode 135
versionName '4.4.0'
multiDexEnabled true

kapt {
Expand Down Expand Up @@ -64,8 +64,8 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.mediarouter:mediarouter:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.firebase:firebase-core:16.0.1'
def playServicesVersion = "15.0.1"
implementation 'com.google.firebase:firebase-core:16.0.6'
def playServicesVersion = "16.1.2"
implementation "com.google.android.gms:play-services-cast-framework:$playServicesVersion"
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.7'
implementation 'com.jakewharton.timber:timber:4.7.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.1.0'
classpath 'com.google.gms:google-services:4.2.0'
classpath 'io.fabric.tools:gradle:1.25.4'
}
}
Expand Down

0 comments on commit d13cbb7

Please sign in to comment.