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 Nov 4, 2020
1 parent c343ab5 commit 8f48a3f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.2.0'
implementation 'androidx.exifinterface:exifinterface:1.3.1'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0-rc02'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0-rc03'
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'
// these are actually to override an emoji dependency
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.3.1"
implementation "androidx.core:core-ktx:1.3.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"

// network/protocol libraries
Expand Down Expand Up @@ -224,15 +224,15 @@ dependencies {
// waiting for our pull request to be accepted
implementation 'com.github.kontalk:CircularReveal:bc59b8dfcf'
implementation 'me.leolin:ShortcutBadger:1.1.22@aar'
implementation 'androidx.lifecycle:lifecycle-runtime:2.2.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.paging:paging-runtime:2.1.2'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.paging:paging-runtime-ktx:2.1.2'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.0'

// other libraries
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.9'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.12'
// 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.4.0"
googleplayImplementation "com.google.android.gms:play-services-base:17.5.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.5.0'
googleplayImplementation 'com.google.firebase:firebase-messaging:20.2.4'
googleplayImplementation "com.google.android.gms:play-services-location:17.1.0"
googleplayImplementation 'com.google.firebase:firebase-core:18.0.0'
googleplayImplementation 'com.google.firebase:firebase-messaging:21.0.0'
googleplayImplementation('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') {
transitive = true
}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlinVersion = '1.4.0'
kotlinVersion = '1.4.10'
}
repositories {
jcenter()
Expand All @@ -11,9 +11,9 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.0.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.gms:google-services:4.3.4'
classpath 'io.fabric.tools:gradle:1.+'
classpath('fr.avianey.androidsvgdrawable:gradle-plugin:+') {
// should be excluded to avoid conflict
Expand Down

0 comments on commit 8f48a3f

Please sign in to comment.