diff --git a/mobile/android/fastlane/Fastfile b/mobile/android/fastlane/Fastfile index 756b3f4e5a..29b7b2b48d 100644 --- a/mobile/android/fastlane/Fastfile +++ b/mobile/android/fastlane/Fastfile @@ -16,8 +16,15 @@ default_platform(:android) platform :android do + desc "Build Android" + lane :build do + gradle( + task: 'bundle', + build_type: 'Release', + ) + end - desc "Update AAB to PlayStore" + desc "Build and Release Android" lane :release do gradle( task: 'bundle', diff --git a/mobile/android/fastlane/metadata/android/en-US/changelogs/27.txt b/mobile/android/fastlane/metadata/android/en-US/changelogs/27.txt new file mode 100644 index 0000000000..fe14a552a4 --- /dev/null +++ b/mobile/android/fastlane/metadata/android/en-US/changelogs/27.txt @@ -0,0 +1 @@ +* Refactored app to use OpenAPI SDK to improve performance and project structure. \ No newline at end of file diff --git a/mobile/android/fastlane/metadata/android/en-US/changelogs/28.txt b/mobile/android/fastlane/metadata/android/en-US/changelogs/28.txt new file mode 100644 index 0000000000..31259841c4 --- /dev/null +++ b/mobile/android/fastlane/metadata/android/en-US/changelogs/28.txt @@ -0,0 +1 @@ +* Added other languages to app \ No newline at end of file diff --git a/mobile/ios/Podfile.lock b/mobile/ios/Podfile.lock index 227fa39920..bf2c6aef54 100644 --- a/mobile/ios/Podfile.lock +++ b/mobile/ios/Podfile.lock @@ -19,6 +19,8 @@ PODS: - Flutter - FlutterMacOS - SAMKeychain (1.5.3) + - shared_preferences_ios (0.0.1): + - Flutter - sqflite (0.0.2): - Flutter - FMDB (>= 2.7.5) @@ -38,6 +40,7 @@ DEPENDENCIES: - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) - photo_manager (from `.symlinks/plugins/photo_manager/ios`) + - shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`) - sqflite (from `.symlinks/plugins/sqflite/ios`) - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) - video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/ios`) @@ -64,6 +67,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/path_provider_ios/ios" photo_manager: :path: ".symlinks/plugins/photo_manager/ios" + shared_preferences_ios: + :path: ".symlinks/plugins/shared_preferences_ios/ios" sqflite: :path: ".symlinks/plugins/sqflite/ios" url_launcher_ios: @@ -83,6 +88,7 @@ SPEC CHECKSUMS: path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 photo_manager: 4f6810b7dfc4feb03b461ac1a70dacf91fba7604 SAMKeychain: 483e1c9f32984d50ca961e26818a534283b4cd5c + shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 Toast: 91b396c56ee72a5790816f40d3a94dd357abc196 url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de diff --git a/mobile/ios/Runner.xcodeproj/project.pbxproj b/mobile/ios/Runner.xcodeproj/project.pbxproj index b5ce8aea86..a92e0b058e 100644 --- a/mobile/ios/Runner.xcodeproj/project.pbxproj +++ b/mobile/ios/Runner.xcodeproj/project.pbxproj @@ -360,7 +360,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 35; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -495,7 +495,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 35; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -522,7 +522,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 35; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; diff --git a/mobile/ios/Runner/Info.plist b/mobile/ios/Runner/Info.plist index f612883cf2..1f5ab8dd3d 100644 --- a/mobile/ios/Runner/Info.plist +++ b/mobile/ios/Runner/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.10.0 + 1.18.1 CFBundleSignature ???? CFBundleVersion - 14 + 35 LSRequiresIPhoneOS MGLMapboxMetricsEnabledSettingShownInApp diff --git a/mobile/ios/fastlane/report.xml b/mobile/ios/fastlane/report.xml index 48e404e23c..030055c542 100644 --- a/mobile/ios/fastlane/report.xml +++ b/mobile/ios/fastlane/report.xml @@ -5,12 +5,32 @@ - + - + + + + + + + + + + + + + + + + + + + + +