File tree Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ kotlin {
8181 iosSimulatorArm64()
8282
8383 cocoapods {
84- ios.deploymentTarget = " 10 .0"
84+ ios.deploymentTarget = " 12 .0"
8585 framework {
8686 baseName = " FirebaseApp"
8787 }
8888 noPodspec()
8989 pod(" FirebaseCore" ) {
90- version = " 10.23 .0"
90+ version = " 10.25 .0"
9191 }
9292 }
9393 }
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ kotlin {
8585 iosX64()
8686 iosSimulatorArm64()
8787 cocoapods {
88- ios.deploymentTarget = " 11 .0"
88+ ios.deploymentTarget = " 12 .0"
8989 framework {
9090 baseName = " FirebaseAuth"
9191 }
9292 noPodspec()
9393 pod(" FirebaseAuth" ) {
94- version = " 10.23 .0"
94+ version = " 10.25 .0"
9595 }
9696 }
9797 }
Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ kotlin {
9898 iosX64()
9999 iosSimulatorArm64()
100100 cocoapods {
101- ios.deploymentTarget = " 11 .0"
101+ ios.deploymentTarget = " 12 .0"
102102 framework {
103103 baseName = " FirebaseConfig"
104104 }
105105 noPodspec()
106106 pod(" FirebaseRemoteConfig" ) {
107- version = " 10.23 .0"
107+ version = " 10.25 .0"
108108 }
109109 }
110110 }
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ kotlin {
8585 iosX64()
8686 iosSimulatorArm64()
8787 cocoapods {
88- ios.deploymentTarget = " 11 .0"
88+ ios.deploymentTarget = " 12 .0"
8989 framework {
9090 baseName = " FirebaseCrashlytics"
9191 }
9292 noPodspec()
9393 pod(" FirebaseCrashlytics" ) {
94- version = " 10.23 .0"
94+ version = " 10.25 .0"
9595 extraOpts + = listOf (" -compiler-option" , " -fmodules" )
9696 }
9797 }
Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ kotlin {
9090 iosX64()
9191 iosSimulatorArm64()
9292 cocoapods {
93- ios.deploymentTarget = " 11 .0"
93+ ios.deploymentTarget = " 12 .0"
9494 framework {
9595 baseName = " FirebaseDatabase"
9696 }
9797 noPodspec()
9898 pod(" FirebaseDatabase" ) {
99- version = " 10.23 .0"
99+ version = " 10.25 .0"
100100 }
101101 }
102102 }
Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ kotlin {
7171 iosX64()
7272 iosSimulatorArm64()
7373 cocoapods {
74- ios.deploymentTarget = " 11 .0"
74+ ios.deploymentTarget = " 12 .0"
7575 framework {
7676 baseName = " FirebaseFunctions"
7777 }
7878 noPodspec()
7979 pod(" FirebaseFunctions" ) {
80- version = " 10.23 .0"
80+ version = " 10.25 .0"
8181 extraOpts + = listOf (" -compiler-option" , " -fmodules" )
8282 }
8383 }
Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ kotlin {
8484 iosX64()
8585 iosSimulatorArm64()
8686 cocoapods {
87- ios.deploymentTarget = " 11 .0"
87+ ios.deploymentTarget = " 12 .0"
8888 framework {
8989 baseName = " FirebaseInstallations"
9090 }
9191 noPodspec()
9292 pod(" FirebaseInstallations" ) {
93- version = " 10.23 .0"
93+ version = " 10.25 .0"
9494 }
9595 }
9696 }
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ kotlin {
8585 iosX64()
8686 iosSimulatorArm64()
8787 cocoapods {
88- ios.deploymentTarget = " 11 .0"
88+ ios.deploymentTarget = " 12 .0"
8989 framework {
9090 baseName = " FirebasePerformance"
9191 }
9292 noPodspec()
9393 pod(" FirebasePerformance" ) {
94- version = " 10.23 .0"
94+ version = " 10.25 .0"
9595 }
9696 }
9797 }
Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ kotlin {
8484 iosX64()
8585 iosSimulatorArm64()
8686 cocoapods {
87- ios.deploymentTarget = " 11 .0"
87+ ios.deploymentTarget = " 12 .0"
8888 framework {
8989 baseName = " FirebaseStorage"
9090 }
9191 noPodspec()
9292 pod(" FirebaseStorage" ) {
93- version = " 10.23 .0"
93+ version = " 10.25 .0"
9494 extraOpts + = listOf (" -compiler-option" , " -fmodules" )
9595 }
9696 }
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ firebase-crashlytics.version=1.12.0
6363firebase-storage.version =1.12.0
6464
6565# Dependencies Versions:
66- gradlePluginVersion =8.1.3
67- kotlinVersion =1.9.21
66+ gradlePluginVersion =8.2.0
67+ kotlinVersion =1.9.23
6868coroutinesVersion =1.7.3
6969serializationVersion =1.6.0
70- firebaseBoMVersion =32.8.1
70+ firebaseBoMVersion =33.0.0
7171apiVersion =1.8
7272languageVersion =1.9
You can’t perform that action at this time.
0 commit comments