File tree Expand file tree Collapse file tree 20 files changed +39
-39
lines changed Expand file tree Collapse file tree 20 files changed +39
-39
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 32
5+ compileSdkVersion 33
66
77 defaultConfig {
88 applicationId " com.google.firebase.example.admob"
99 minSdkVersion 19
10- targetSdkVersion 32
10+ targetSdkVersion 33
1111 versionCode 1
1212 versionName " 1.0"
1313 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 32
5+ compileSdkVersion 33
66
77 defaultConfig {
88 applicationId " com.google.firebase.example.analytics"
99 minSdkVersion 19
10- targetSdkVersion 32
10+ targetSdkVersion 33
1111 versionCode 1
1212 versionName " 1.0"
1313 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33apply plugin : ' com.google.gms.google-services' // Google Services plugin
44
55android {
6- compileSdkVersion 32
6+ compileSdkVersion 33
77
88 defaultConfig {
99 applicationId " com.google.firebase.example.appcheck"
1010 minSdkVersion 19
11- targetSdkVersion 32
11+ targetSdkVersion 33
1212 versionCode 1
1313 versionName " 1.0"
1414
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 32
5+ compileSdkVersion 33
66
77 defaultConfig {
88 applicationId " com.google.firebase.quickstart.auth"
99 minSdkVersion 19
10- targetSdkVersion 32
10+ targetSdkVersion 33
1111 versionCode 1
1212 versionName " 1.0"
1313 multiDexEnabled true
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ apply plugin: 'com.google.gms.google-services'
44apply plugin : ' com.google.firebase.crashlytics'
55
66android {
7- compileSdkVersion 32
7+ compileSdkVersion 33
88
99 defaultConfig {
1010 applicationId " com.google.firebase.example.crashlytics"
1111 minSdkVersion 19
12- targetSdkVersion 32
12+ targetSdkVersion 33
1313 versionCode 1
1414 versionName " 1.0"
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 32
5+ compileSdkVersion 33
66
77 defaultConfig {
88 applicationId " com.google.firebase.referencecode.database"
99 minSdkVersion 19
10- targetSdkVersion 32
10+ targetSdkVersion 33
1111 versionCode 1
1212 versionName " 1.0"
1313 }
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 32
5+ compileSdkVersion 33
66
77 defaultConfig {
88 applicationId " com.google.firebase.dynamicinvites"
99 minSdkVersion 19
10- targetSdkVersion 32
10+ targetSdkVersion 33
1111 versionCode 1
1212 versionName " 1.0"
1313 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 32
5+ compileSdkVersion 33
66
77 defaultConfig {
88 applicationId " com.google.firebase.quickstart.dynamiclinks"
99 minSdkVersion 19
10- targetSdkVersion 32
10+ targetSdkVersion 33
1111 versionCode 1
1212 versionName " 1.0"
1313 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 32
5+ compileSdkVersion 33
66
77 defaultConfig {
88 applicationId " devrel.firebase.google.com.firebaseoptions"
99 minSdkVersion 19
10- targetSdkVersion 32
10+ targetSdkVersion 33
1111 versionCode 1
1212 versionName " 1.0"
1313 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 32
5+ compileSdkVersion 33
66
77 defaultConfig {
88 applicationId " com.google.example.firestore"
99 minSdkVersion 19
10- targetSdkVersion 32
10+ targetSdkVersion 33
1111 versionCode 1
1212 versionName " 1.0"
1313 multiDexEnabled true
You can’t perform that action at this time.
0 commit comments