Skip to content

Commit

Permalink
Merge branch 'develop' into rel/2024-04
Browse files Browse the repository at this point in the history
* develop:
  chore: Update iOS dependencies. (#617)
  chore: Update Android dependencies. (#618)

# Conflicts:
#	packages/example/ios/Podfile.lock
  • Loading branch information
fbernaly committed Apr 22, 2024
2 parents 4d4a03c + c6709e7 commit 14b1495
Show file tree
Hide file tree
Showing 17 changed files with 238 additions and 238 deletions.
8 changes: 4 additions & 4 deletions packages/example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ flutter_ios_podfile_setup

target 'Runner' do
# Add language package you need to use
pod 'GoogleMLKit/TextRecognitionChinese', '~> 4.0.0'
pod 'GoogleMLKit/TextRecognitionDevanagari', '~> 4.0.0'
pod 'GoogleMLKit/TextRecognitionJapanese', '~> 4.0.0'
pod 'GoogleMLKit/TextRecognitionKorean', '~> 4.0.0'
pod 'GoogleMLKit/TextRecognitionChinese', '~> 5.0.0'
pod 'GoogleMLKit/TextRecognitionDevanagari', '~> 5.0.0'
pod 'GoogleMLKit/TextRecognitionJapanese', '~> 5.0.0'
pod 'GoogleMLKit/TextRecognitionKorean', '~> 5.0.0'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end
Expand Down
Loading

0 comments on commit 14b1495

Please sign in to comment.