Skip to content

Commit 980702c

Browse files
fix: add firebase BOM dependency and update build.gradle configuration
1 parent d720484 commit 980702c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

android/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ apply plugin: 'org.jetbrains.kotlin.plugin.compose'
5555
* Set this to true to Run Proguard on Release builds to minify the Java bytecode.
5656
*/
5757
def enableProguardInReleaseBuilds = false
58+
def firebaseBomVersion = rootProject.ext['react-native']['versions']['firebase']['bom']
5859

5960
android {
6061
ndkVersion rootProject.ndkVersion
@@ -112,6 +113,7 @@ android {
112113

113114
dependencies {
114115
implementation "com.facebook.react:react-android"
116+
implementation platform("com.google.firebase:firebase-bom:${firebaseBomVersion}")
115117

116118
implementation "androidx.core:core-ktx:1.3.2"
117119
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"

stale_files

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
patches/@op-engineering+op-sqlite+12.0.2.patch
22
patches/react-native+0.77.3.patch
33
patches/react-native-screens+4.6.0.patch
4+
patches/react-native-gesture-handler+2.30.0.patch
5+
patches/react-native+0.83.4.patch
46
mendix-native-10.2.2.tgz
57
ios/AppDelegate.h
68
ios/AppDelegate.m
@@ -13,4 +15,5 @@ ios/SplashScreenPresenter.m
1315
ios/StoryBoardSplash.m
1416
ios/SwiftInterop.swift
1517
ios/Dev/AppDelegate.h
16-
ios/Dev/AppDelegate.m
18+
ios/Dev/AppDelegate.m
19+
ios/Dev/MendixApp/MendixReactWindowExtensions.swift

0 commit comments

Comments
 (0)