File tree 2 files changed +4
-11
lines changed
2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -24,27 +24,20 @@ android {
24
24
}
25
25
}
26
26
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
-
34
27
dependencies {
35
28
implementation project(" :internal:lintchecks" )
36
29
implementation project(" :internal:chooserx" )
37
30
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.40"
38
31
39
- implementation ' com.google.firebase:firebase-core:17.0.0 '
32
+ implementation ' com.google.firebase:firebase-core:17.0.1 '
40
33
implementation ' com.google.firebase:firebase-perf:18.0.1'
41
34
42
35
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
43
36
implementation ' androidx.appcompat:appcompat:1.0.2'
44
37
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
45
38
46
39
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 '
48
41
49
42
testImplementation ' junit:junit:4.12'
50
43
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ buildscript {
7
7
mavenLocal()
8
8
}
9
9
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 '
12
12
classpath ' com.google.gms:google-services:4.3.0'
13
13
classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.40'
14
14
}
You can’t perform that action at this time.
0 commit comments