Skip to content

Moo 1800/update dependencies #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ dependencies {
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
implementation "androidx.compose.foundation:foundation:$compose_ui_version"
implementation 'androidx.compose.material:material:1.2.0'
implementation "app.notifee:core:9.1.8"
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"

Expand All @@ -170,6 +171,13 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"

// The version google released at 14 april crashes, so we import previous version.
// https://developers.google.com/android/guides/releases

implementation "com.google.android.gms:play-services-base:18.6.0"
implementation "com.google.android.gms:play-services-basement:18.6.0"
implementation "com.google.android.gms:play-services-tasks:18.2.1"
}

configurations.all {
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<!-- Required for scheduling local notifications -->
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
<!-- Ignore deprecation: We still need this for the RN I think -->
<uses-permission android:name="android.permission.USE_FINGERPRINT"/>
<!-- Ignore deprecation -->
Expand Down
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ buildscript {
repositories {
google()
mavenCentral()
maven { url "https://notifee.app/maven" }
}
dependencies {
classpath "com.android.tools.build:gradle:7.4.2"
Expand Down Expand Up @@ -66,6 +67,9 @@ allprojects {
}
google()
maven { url 'https://jitpack.io' }
maven {
url "$rootDir/../node_modules/@notifee/react-native/android/libs"
}
}
}

Expand Down
3 changes: 0 additions & 3 deletions ios/DeveloperApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
didReceive response: UNNotificationResponse,
withCompletionHandler completionHandler: @escaping () -> Void
) {
if (!handleMendixNotification(response: response)) {
RNCPushNotificationIOS.didReceive(response)
}
completionHandler()
}

Expand Down
1 change: 0 additions & 1 deletion ios/DeveloperApp/DeveloperApp-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
#import "MendixNative.h"
#import "IQKeyboardManager/IQKeyboardManager.h"
#import "RNSplashScreen.h"
#import "RNCPushNotificationIOS.h"
2 changes: 1 addition & 1 deletion ios/DeveloperApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<key>NSPhotoLibraryUsageDescription</key>
<string>To use that feature the app needs access to your photo library.</string>
<key>Native Binary Version</key>
<integer>11</integer>
<integer>13</integer>
<key>NativeOTAEnabled</key>
<true/>
<key>ReferenceGuideUrl</key>
Expand Down
41 changes: 22 additions & 19 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- boost (1.84.0)
- BVLinearGradient (2.5.6):
- React
- BVLinearGradient (2.8.3):
- React-Core
- DoubleConversion (1.1.6)
- fast_float (6.1.4)
- FBLazyVector (0.77.1)
Expand Down Expand Up @@ -188,7 +188,7 @@ PODS:
- React
- React-callinvoker
- React-Core
- OpenSSL-Universal (3.3.3000)
- OpenSSL-Universal (3.3.3001)
- PromisesObjC (2.4.0)
- QRCodeReader.swift (10.1.0)
- RCT-Folly (2024.11.18.00):
Expand Down Expand Up @@ -1395,6 +1395,8 @@ PODS:
- ReactCommon/turbomodule/core
- react-native-babylon (1.6.3):
- React
- react-native-biometrics (3.0.1):
- React-Core
- react-native-ble-plx (2.0.3):
- MultiplatformBleAdapter (= 0.1.9)
- React-Core
Expand Down Expand Up @@ -1888,11 +1890,9 @@ PODS:
- React-Core
- RNCPicker (2.11.0):
- React-Core
- RNCPushNotificationIOS (1.10.1):
- React-Core
- RNDateTimePicker (8.2.0):
- React-Core
- RNDeviceInfo (13.0.0):
- RNDeviceInfo (14.0.4):
- React-Core
- RNFastImage (8.6.3):
- React-Core
Expand Down Expand Up @@ -1945,6 +1945,11 @@ PODS:
- React-Core
- RNLocalize (3.2.1):
- React-Core
- RNNotifee (9.1.8):
- React-Core
- RNNotifee/NotifeeCore (= 9.1.8)
- RNNotifee/NotifeeCore (9.1.8):
- React-Core
- RNPermissions (4.1.5):
- React-Core
- RNReanimated (3.16.1):
Expand Down Expand Up @@ -2094,8 +2099,6 @@ PODS:
- SDWebImage/Core (~> 5.10)
- SocketRocket (0.7.1)
- SSZipArchive (2.6.0)
- TouchID (4.4.1):
- React
- Yoga (0.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -2147,6 +2150,7 @@ DEPENDENCIES:
- React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
- React-microtasksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`)
- "react-native-babylon (from `../node_modules/@babylonjs/react-native-iosandroid-0-71`)"
- react-native-biometrics (from `../node_modules/react-native-biometrics`)
- react-native-ble-plx (from `../node_modules/react-native-ble-plx`)
- react-native-blob-util (from `../node_modules/react-native-blob-util`)
- react-native-camera (from `../node_modules/react-native-camera`)
Expand Down Expand Up @@ -2196,7 +2200,6 @@ DEPENDENCIES:
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
- "RNCMaskedView (from `../node_modules/@react-native-masked-view/masked-view`)"
- "RNCPicker (from `../node_modules/@react-native-picker/picker`)"
- "RNCPushNotificationIOS (from `../node_modules/@react-native-community/push-notification-ios`)"
- "RNDateTimePicker (from `../node_modules/@react-native-community/datetimepicker`)"
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
- RNFastImage (from `../node_modules/react-native-fast-image`)
Expand All @@ -2209,6 +2212,7 @@ DEPENDENCIES:
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNInAppBrowser (from `../node_modules/react-native-inappbrowser-reborn`)
- RNLocalize (from `../node_modules/react-native-localize`)
- "RNNotifee (from `../node_modules/@notifee/react-native`)"
- RNPermissions (from `../node_modules/react-native-permissions`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
Expand All @@ -2217,7 +2221,6 @@ DEPENDENCIES:
- "RNSwanBrowser (from `../node_modules/@swan-io/react-native-browser`)"
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
- SSZipArchive
- TouchID (from `../node_modules/react-native-touch-id`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand Down Expand Up @@ -2327,6 +2330,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/microtasks"
react-native-babylon:
:path: "../node_modules/@babylonjs/react-native-iosandroid-0-71"
react-native-biometrics:
:path: "../node_modules/react-native-biometrics"
react-native-ble-plx:
:path: "../node_modules/react-native-ble-plx"
react-native-blob-util:
Expand Down Expand Up @@ -2425,8 +2430,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/@react-native-masked-view/masked-view"
RNCPicker:
:path: "../node_modules/@react-native-picker/picker"
RNCPushNotificationIOS:
:path: "../node_modules/@react-native-community/push-notification-ios"
RNDateTimePicker:
:path: "../node_modules/@react-native-community/datetimepicker"
RNDeviceInfo:
Expand All @@ -2451,6 +2454,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-inappbrowser-reborn"
RNLocalize:
:path: "../node_modules/react-native-localize"
RNNotifee:
:path: "../node_modules/@notifee/react-native"
RNPermissions:
:path: "../node_modules/react-native-permissions"
RNReanimated:
Expand All @@ -2465,14 +2470,12 @@ EXTERNAL SOURCES:
:path: "../node_modules/@swan-io/react-native-browser"
RNVectorIcons:
:path: "../node_modules/react-native-vector-icons"
TouchID:
:path: "../node_modules/react-native-touch-id"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
FBLazyVector: 79c4b7ec726447eec5f8593379466bd9fde1aa14
Expand All @@ -2497,7 +2500,7 @@ SPEC CHECKSUMS:
MultiplatformBleAdapter: 5a6a897b006764392f9cef785e4360f54fb9477d
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
op-sqlite: 619906dc2ed9c1fcc33ff455eb52fa10bda5e70c
OpenSSL-Universal: d776ce24dab24323e6995dfb17c64d598885d05c
OpenSSL-Universal: 6082b0bf950e5636fe0d78def171184e2b3899c2
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
QRCodeReader.swift: 373a389fe9a22d513c879a32a6f647c58f4ef572
RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809
Expand Down Expand Up @@ -2530,6 +2533,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 212171f037e3b22e6c2df839aa826806da480b85
React-microtasksnativemodule: 72564d5469003687d39bfc4efad281df8efc0684
react-native-babylon: 2c349f0fd849b41d88587e88ee343c32cb7db0f8
react-native-biometrics: 352e5a794bfffc46a0c86725ea7dc62deb085bdc
react-native-ble-plx: f10240444452dfb2d2a13a0e4f58d7783e92d76e
react-native-blob-util: 64a732c0b8bb7f4928905e16ea8dc5cde6fb4832
react-native-camera: 35854c4f764a4a6cf61c1c3525888b92f0fe4b31
Expand Down Expand Up @@ -2579,9 +2583,8 @@ SPEC CHECKSUMS:
RNCAsyncStorage: d35c79ffba52c1013013e16b1fc295aec2feabb6
RNCMaskedView: 090213d32d8b3bb83a4dcb7d12c18f0152591906
RNCPicker: 4f6d5e8d107064be32dfc8f1bcb5a3741135db0b
RNCPushNotificationIOS: 87b8d16d3ede4532745e05b03c42cff33a36cc45
RNDateTimePicker: 40ffda97d071a98a10fdca4fa97e3977102ccd14
RNDeviceInfo: 55264dd7cc939dad6e9c231a7621311f5277f1dc
RNDeviceInfo: feea80a690d2bde1fe51461cf548039258bd03f2
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
RNFBAnalytics: ed2ef775a5ce391ce3043b913129b07a78b64b0c
RNFBApp: 13ca8ba0feba98d4bac2057884894dcf8eedf97f
Expand All @@ -2592,6 +2595,7 @@ SPEC CHECKSUMS:
RNGestureHandler: de78ee811b577ae76d679715e5e9298b23a8c278
RNInAppBrowser: 3ff3a3b8f458aaf25aaee879d057352862edf357
RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc
RNNotifee: 4a6ee5c7deaf00e005050052d73ee6315dff7ec9
RNPermissions: 337dcb2adb1b49dd9ec27b652fc6b28fc52478f5
RNReanimated: 280140e1989bc33d5586cbca10bd199fd1fbdbf1
RNScreens: e9bb7c3063237983e75d01bb45ce591cc4e7afc2
Expand All @@ -2603,7 +2607,6 @@ SPEC CHECKSUMS:
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
SSZipArchive: 8a6ee5677c8e304bebc109e39cf0da91ccef22ea
TouchID: ba4c656d849cceabc2e4eef722dea5e55959ecf4
Yoga: 1fd059161b449018342943b095a6d4e69bcaa719

PODFILE CHECKSUM: 282afb33fcc37153f02bdb469a79a07b3c5d46c3
Expand Down
Loading