Skip to content

Commit 70ce8e7

Browse files
author
Romain Piel
committed
Update dependencies to check if it still breaks
1 parent bd37a56 commit 70ce8e7

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

perf/app/build.gradle

+2-9
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,20 @@ android {
2424
}
2525
}
2626

27-
android.applicationVariants.all {
28-
// Set this to false to disable Firebase Performance Monitoring at compile time
29-
FirebasePerformance {
30-
instrumentationEnabled true
31-
}
32-
}
33-
3427
dependencies {
3528
implementation project(":internal:lintchecks")
3629
implementation project(":internal:chooserx")
3730
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
3831

39-
implementation 'com.google.firebase:firebase-core:17.0.0'
32+
implementation 'com.google.firebase:firebase-core:17.0.1'
4033
implementation 'com.google.firebase:firebase-perf:18.0.1'
4134

4235
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4336
implementation 'androidx.appcompat:appcompat:1.0.2'
4437
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
4538

4639
implementation 'com.github.bumptech.glide:glide:3.7.0'
47-
implementation 'com.stripe:stripe-android:9.3.5'
40+
implementation 'com.stripe:stripe-android:9.3.6'
4841

4942
testImplementation 'junit:junit:4.12'
5043
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

perf/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
mavenLocal()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.4.1'
11-
classpath 'com.google.firebase:perf-plugin:1.2.1'
10+
classpath 'com.android.tools.build:gradle:3.4.2'
11+
classpath 'com.google.firebase:perf-plugin:1.3.0'
1212
classpath 'com.google.gms:google-services:4.3.0'
1313
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.40'
1414
}

0 commit comments

Comments
 (0)