Skip to content

Commit

Permalink
Upgrade project
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Oct 26, 2024
1 parent a5c1a14 commit a027863
Show file tree
Hide file tree
Showing 8 changed files with 529 additions and 489 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
compileSdk rootProject.ext.compileSdkVersion
versionCode 9203200
versionName "14.9.1"
versionCode 9203210
versionName "14.9.3"
}

splits {
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencies {

implementation("com.google.android.material:material:1.12.0")

implementation platform("com.google.firebase:firebase-bom:33.4.0")
implementation platform("com.google.firebase:firebase-bom:33.5.1")
implementation("com.google.firebase:firebase-crashlytics")
implementation("com.google.firebase:firebase-crashlytics-ndk")
implementation("com.google.firebase:firebase-analytics")
Expand Down
3 changes: 3 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ target 'learnX' do
target.build_configurations.each do |config|
config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO'
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
config.build_settings.delete 'EMBEDDED_CONTENT_CONTAINS_SWIFT'
config.build_settings.delete 'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES'
end
end

installer.pods_project.build_configurations.each do |config|
config.build_settings['ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS'] = 'YES'
config.build_settings['DEAD_CODE_STRIPPING'] = 'YES'
config.build_settings['CODE_SIGN_IDENTITY'] = ''
config.build_settings.delete 'STRIP_INSTALLED_PRODUCT'
config.build_settings.delete 'STRIP_STYLE'
config.build_settings.delete 'STRIP_SWIFT_SYMBOLS'
Expand Down
Loading

0 comments on commit a027863

Please sign in to comment.