Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Jul 4, 2020
1 parent f7dd667 commit 56aefa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
implementation "androidx.core:core-ktx:1.2.0"
implementation "androidx.core:core-ktx:1.3.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"

// network/protocol libraries
Expand Down Expand Up @@ -232,7 +232,7 @@ dependencies {
implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.0'

// other libraries
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.1'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.6'
// TODO version 3.4 requires API level 24 (Java 8)
implementation 'com.google.zxing:core:3.3.3'
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
Expand All @@ -248,11 +248,11 @@ dependencies {
googleplayImplementation "com.github.kontalk.AnyMaps:anymaps-google:$anyMapsVersion"

// Google Play Services
googleplayImplementation "com.google.android.gms:play-services-base:17.2.1"
googleplayImplementation "com.google.android.gms:play-services-base:17.3.0"
googleplayImplementation "com.google.android.gms:play-services-maps:17.0.0"
googleplayImplementation "com.google.android.gms:play-services-location:17.0.0"
googleplayImplementation 'com.google.firebase:firebase-core:17.3.0'
googleplayImplementation 'com.google.firebase:firebase-messaging:20.1.5'
googleplayImplementation 'com.google.firebase:firebase-core:17.4.3'
googleplayImplementation 'com.google.firebase:firebase-messaging:20.2.1'
googleplayImplementation('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') {
transitive = true
}
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 {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.google.gms:google-services:4.3.3'
classpath 'io.fabric.tools:gradle:1.+'
Expand Down

0 comments on commit 56aefa2

Please sign in to comment.