File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
2626 implementation ' androidx.browser:browser:1.0.0'
2727 implementation ' androidx.appcompat:appcompat:1.1.0'
28- implementation " com.google.firebase:firebase-ads:19.2 .0"
28+ implementation " com.google.firebase:firebase-ads:19.3 .0"
2929
3030 // For an optimal experience using AdMob, add the Firebase SDK
3131 // for Google Analytics. This is recommended, but not required.
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-android-extensions'
44
55android {
6- compileSdkVersion 29
6+ compileSdkVersion 30
77
88 defaultConfig {
99 applicationId " com.google.samples.snippet"
1010 minSdkVersion 16
11- targetSdkVersion 29
11+ targetSdkVersion 30
1212 versionCode 1
1313 versionName " 1.0"
1414
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath " com.android.tools.build:gradle:4.0.0 "
8+ classpath " com.android.tools.build:gradle:4.0.1 "
99 classpath ' com.google.gms:google-services:4.3.3'
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"
1111
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 implementation ' androidx.browser:browser:1.0.0'
2828 implementation ' androidx.appcompat:appcompat:1.1.0'
2929
30- implementation " com.google.firebase:firebase-ads:19.2 .0"
30+ implementation " com.google.firebase:firebase-ads:19.3 .0"
3131 implementation " com.google.firebase:firebase-analytics:17.4.4"
3232 implementation " com.google.firebase:firebase-config-ktx:19.2.0"
3333 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72"
You can’t perform that action at this time.
0 commit comments