File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation ' androidx.browser:browser:1.0.0'
37
37
38
38
// [START gradle_play_config]
39
- implementation ' com.google.firebase:firebase-ads:18.2 .0'
39
+ implementation ' com.google.firebase:firebase-ads:18.3 .0'
40
40
// [END gradle_play_config]
41
41
implementation ' com.google.firebase:firebase-core:17.2.1'
42
42
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
69
69
annotationProcessor ' androidx.lifecycle:lifecycle-compiler:2.1.0'
70
70
71
71
// Third-party libraries
72
- implementation ' me.zhanghai.android.materialratingbar:library:1.3.2 '
72
+ implementation ' me.zhanghai.android.materialratingbar:library:1.3.3 '
73
73
implementation ' com.github.bumptech.glide:glide:3.7.0'
74
74
75
75
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
jcenter()
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.5.0 '
11
+ classpath ' com.android.tools.build:gradle:3.5.2 '
12
12
classpath ' com.google.gms:google-services:4.3.2'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
You can’t perform that action at this time.
0 commit comments