Skip to content

Commit

Permalink
List of included changes:
Browse files Browse the repository at this point in the history
  - Updates ios version from `12.0` to `15.5`.
  - Updates pod versions.

PiperOrigin-RevId: 622039141
Change-Id: Ifa3f9494c5ece843d114bb691537f140240b9ec6
  • Loading branch information
Google ML Kit authored and lipenny000 committed Apr 5, 2024
1 parent b54456a commit 46bfa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/quickstarts/translate/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use_frameworks!

platform :ios, '12.0'
platform :ios, '15.5'

project 'TranslateExample.xcodeproj'

pod 'GoogleMLKit/Translate', '5.0.0'
pod 'GoogleMLKit/Translate', '6.0.0'

target 'TranslateExample' do
end
Expand Down

0 comments on commit 46bfa35

Please sign in to comment.