Skip to content

Commit 63bb3ba

Browse files
committed
[Local]: fix min_ios_version after cherry picks
1 parent 647e09d commit 63bb3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cocoapods/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def self.find_codegen_file(path)
3838
module Helpers
3939
class Constants
4040
def self.min_ios_version_supported
41-
return '13.4'
41+
return '12.4'
4242
end
4343
end
4444
end

0 commit comments

Comments
 (0)