Skip to content
Merged
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
4 changes: 2 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workflows:
cancel_previous_builds: true

environment:
flutter: 3.41.6
flutter: 3.41.9
xcode: latest
cocoapods: default
groups:
Expand Down Expand Up @@ -87,7 +87,7 @@ workflows:
cancel_previous_builds: true

environment:
flutter: 3.41.6
flutter: 3.41.9
xcode: latest
cocoapods: default
ios_signing:
Expand Down
14 changes: 7 additions & 7 deletions mobile-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PODS:
- FlutterMacOS
- audio_session (0.0.1):
- Flutter
- Auth0 (2.16.2):
- Auth0 (2.18.0):
- JWTDecode (= 3.3.0)
- SimpleKeychain (= 1.3.0)
- auth0_flutter (2.0.0):
- Auth0 (= 2.16.2)
- auth0_flutter (2.0.2):
- Auth0 (= 2.18.0)
- Flutter
- FlutterMacOS
- JWTDecode (= 3.3.0)
Expand Down Expand Up @@ -105,7 +105,7 @@ PODS:
- PromisesSwift (~> 2.1)
- FirebaseSharedSwift (11.15.0)
- Flutter (1.0.0)
- flutter_custom_tabs_ios (2.4.0):
- flutter_custom_tabs_ios (2.5.0):
- Flutter
- flutter_inappwebview_ios (0.0.1):
- Flutter
Expand Down Expand Up @@ -316,8 +316,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
audio_service: aa99a6ba2ae7565996015322b0bb024e1d25c6fd
audio_session: 9bb7f6c970f21241b19f5a3658097ae459681ba0
Auth0: f08ad1b74d49ffe806175845ef326d9a7674b34c
auth0_flutter: ae848bc6be68205fac5a93f7f9a1dbc8ce3845e7
Auth0: ddc5c6c7eb17e2484fd8d50a15d99b657c36c72c
auth0_flutter: b5e9c66a99d29a522cd896a2a60d73d3a12dfbca
device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe
Firebase: 1fe1c0a7d9aaea32efe01fbea5f0ebd8d70e53a2
firebase_analytics: 1998960b8fa16fd0cd9e77a6f9fd35a2009ad65e
Expand All @@ -336,7 +336,7 @@ SPEC CHECKSUMS:
FirebaseSessions: 9b3b30947b97a15370e0902ee7a90f50ef60ead6
FirebaseSharedSwift: e17c654ef1f1a616b0b33054e663ad1035c8fd40
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
flutter_custom_tabs_ios: 87333f36c33a5971502766aca2f6ff4823b09bda
flutter_custom_tabs_ios: 69d941c779f706a754aca7c62e59a8f34d6951de
flutter_inappwebview_ios: b89ba3482b96fb25e00c967aae065701b66e9b99
flutter_local_notifications: a5a732f069baa862e728d839dd2ebb904737effb
flutter_native_splash: c32d145d68aeda5502d5f543ee38c192065986cf
Expand Down
8 changes: 4 additions & 4 deletions mobile-app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,18 @@ packages:
dependency: "direct main"
description:
name: auth0_flutter
sha256: a09abfaa73876cf1f9168805a5cb06386761fed3040c587cf115123cba7c9307
sha256: "8b5f3aa06d9cdc240533bbd1b824716da4aaa8ff29627a1f2c5698b9d16cfbb7"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.0.2"
auth0_flutter_platform_interface:
dependency: transitive
description:
name: auth0_flutter_platform_interface
sha256: da9067b126f7e55467311867a68f1dde7d5f68a79610d4f562ce7be0fe99c3ec
sha256: "5f57c00684fdb04929d3bc547af9dcbf693429bb58d13f345f23b283c2bd9d8c"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.0.2"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion mobile-app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
dependencies:
algolia_helper_flutter: 1.2.1
audio_service: 0.18.18
auth0_flutter: 2.0.0
auth0_flutter: 2.0.2
cached_network_image: 3.4.1
collection: 1.19.1
device_info_plus: 11.3.0
Expand Down
Loading