Skip to content

Commit

Permalink
Merge branch 'release/38.0.0' of https://github.com/Anyline/anyline-o…
Browse files Browse the repository at this point in the history
…cr-react-native-module into release/38.0.0
  • Loading branch information
patrickAnyline committed Mar 30, 2022
2 parents 33bbd08 + 5854ea3 commit 6852463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/RNExampleApp/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName "37.0.0"
versionName "38.0.0"
multiDexEnabled true

}
Expand Down
2 changes: 1 addition & 1 deletion plugin/ios/AnylineReact.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Anyline/anyline-ocr-react-native-module.git", :tag => "#{s.version}" }

s.source_files = "*.{h,m}"
s.dependency "Anyline", "~> 37"
s.dependency "Anyline", "~> 38"
s.dependency "React"
end

0 comments on commit 6852463

Please sign in to comment.