Skip to content

Commit c343ab5

Browse files
Upgrade dependencies
Signed-off-by: Daniele Ricci <[email protected]>
1 parent 13a8395 commit c343ab5

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

app/build.gradle

+15-15
Original file line numberDiff line numberDiff line change
@@ -170,18 +170,18 @@ dependencies {
170170

171171
// support libraries
172172
implementation 'androidx.multidex:multidex:2.0.1'
173-
implementation 'androidx.appcompat:appcompat:1.1.0'
174-
implementation 'com.google.android.material:material:1.1.0'
173+
implementation 'androidx.appcompat:appcompat:1.2.0'
174+
implementation 'com.google.android.material:material:1.2.1'
175175
implementation 'androidx.gridlayout:gridlayout:1.0.0'
176176
implementation 'androidx.exifinterface:exifinterface:1.2.0'
177177
implementation 'androidx.recyclerview:recyclerview:1.1.0'
178-
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0-rc01'
178+
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0-rc02'
179179
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'
180180
// these are actually to override an emoji dependency
181181
implementation 'androidx.cardview:cardview:1.0.0'
182182
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
183183
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
184-
implementation "androidx.core:core-ktx:1.3.0"
184+
implementation "androidx.core:core-ktx:1.3.1"
185185
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
186186

187187
// network/protocol libraries
@@ -232,7 +232,7 @@ dependencies {
232232
implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.0'
233233

234234
// other libraries
235-
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.6'
235+
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.9'
236236
// TODO version 3.4 requires API level 24 (Java 8)
237237
implementation 'com.google.zxing:core:3.3.3'
238238
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
@@ -248,26 +248,26 @@ dependencies {
248248
googleplayImplementation "com.github.kontalk.AnyMaps:anymaps-google:$anyMapsVersion"
249249

250250
// Google Play Services
251-
googleplayImplementation "com.google.android.gms:play-services-base:17.3.0"
251+
googleplayImplementation "com.google.android.gms:play-services-base:17.4.0"
252252
googleplayImplementation "com.google.android.gms:play-services-maps:17.0.0"
253253
googleplayImplementation "com.google.android.gms:play-services-location:17.0.0"
254-
googleplayImplementation 'com.google.firebase:firebase-core:17.4.3'
255-
googleplayImplementation 'com.google.firebase:firebase-messaging:20.2.1'
254+
googleplayImplementation 'com.google.firebase:firebase-core:17.5.0'
255+
googleplayImplementation 'com.google.firebase:firebase-messaging:20.2.4'
256256
googleplayImplementation('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') {
257257
transitive = true
258258
}
259259

260260
// test dependencies
261261
testImplementation 'junit:junit:4.13'
262262
androidTestImplementation 'com.android.support:multidex-instrumentation:1.0.3'
263-
androidTestImplementation 'androidx.test:core:1.2.0'
264-
androidTestImplementation 'androidx.test:runner:1.2.0'
265-
androidTestImplementation 'androidx.test:rules:1.2.0'
266-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
263+
androidTestImplementation 'androidx.test:core:1.3.0'
264+
androidTestImplementation 'androidx.test:runner:1.3.0'
265+
androidTestImplementation 'androidx.test:rules:1.3.0'
266+
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
267267
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
268-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
269-
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0'
270-
androidTestImplementation 'androidx.test:monitor:1.2.0'
268+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
269+
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.3.0'
270+
androidTestImplementation 'androidx.test:monitor:1.3.0'
271271
androidTestImplementation 'com.jayway.android.robotium:robotium-solo:5.6.3'
272272
}
273273

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
kotlinVersion = '1.3.72'
4+
kotlinVersion = '1.4.0'
55
}
66
repositories {
77
jcenter()
@@ -11,7 +11,7 @@ buildscript {
1111
maven { url "https://plugins.gradle.org/m2/" }
1212
}
1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:4.0.0'
14+
classpath 'com.android.tools.build:gradle:4.0.1'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1616
classpath 'com.google.gms:google-services:4.3.3'
1717
classpath 'io.fabric.tools:gradle:1.+'

0 commit comments

Comments
 (0)