Skip to content

Commit

Permalink
Merge pull request #143 from Anyline/release/40.0.0
Browse files Browse the repository at this point in the history
Release/40.0.0
  • Loading branch information
rricarrdo authored Jun 22, 2022
2 parents 8fe8e2b + 22b1c86 commit 6797b34
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 16 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 4
versionName "39.0.0"
versionName "40.0.0"
multiDexEnabled true

}
Expand Down
2 changes: 1 addition & 1 deletion example/RNExampleApp/ios/RNExampleApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>39.0.0</string>
<string>40.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion example/RNExampleApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNExampleApp",
"version": "39.0.0",
"version": "40.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down
5 changes: 2 additions & 3 deletions example/RNExampleApp/src/Overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,15 @@
platformPermissionCheck('LICENSE_PLATE_US')
}} />
</View>

<Text style={styles.text}>Tire</Text>
<View style={styles.buttons}>
<Button style={styles.buttons} title={' Universal TIN Scanner'} color="#0099FF"
disabled={disabled}
onPress={() => {
platformPermissionCheck('TIN')
}} />
</View>

<Text style={styles.text}>Tire</Text>

<View style={styles.buttons}>
<Button style={styles.buttons} title={' Tire Size Scanner'} color="#0099FF"
disabled={disabled}
Expand Down
2 changes: 1 addition & 1 deletion plugin/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repositories {

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'io.anyline:anylinesdk:39.0.0'
implementation 'io.anyline:anylinesdk:40.0.0'
implementation "com.facebook.react:react-native:+" // from node_modules
implementation("com.google.android.material:material:1.4.0-rc01")
implementation 'androidx.multidex:multidex:2.0.1'
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", "~> 39.0.0"
s.dependency "Anyline", "~> 40.0.0"
s.dependency "React"
end
16 changes: 8 additions & 8 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"_from": "anyline-ocr-react-native-module@^39.0.0",
"_id": "anyline-ocr-react-native-module@39.0.0",
"_from": "anyline-ocr-react-native-module@^40.0.0",
"_id": "anyline-ocr-react-native-module@40.0.0",
"_inBundle": false,
"_integrity": "sha512-BGi9zNkSsoxXywDBIqzgBRvKUBniQOJHDKBrozZubKthZNRBAj8Ry5tW0Me0yLXt/fauME//hbC0wsenfPJZqw==",
"_location": "/anyline-ocr-react-native-module",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "anyline-ocr-react-native-module@^39.0.0",
"raw": "anyline-ocr-react-native-module@^40.0.0",
"name": "anyline-ocr-react-native-module",
"escapedName": "anyline-ocr-react-native-module",
"rawSpec": "^39.0.0",
"rawSpec": "^40.0.0",
"saveSpec": null,
"fetchSpec": "^39.0.0"
"fetchSpec": "^40.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-39.0.0.tgz",
"_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-40.0.0.tgz",
"_shasum": "bacbcd260cc662244f59393ed81a6edba009b52c",
"_spec": "anyline-ocr-react-native-module@^39.0.0",
"_spec": "anyline-ocr-react-native-module@^40.0.0",
"_where": "/Users/amiransari/Projects/anyline-ocr-react-native-module1/example/RNExampleApp",
"bugs": {
"url": "https://github.com/Anyline/anyline-ocr-react-native-module/issues"
Expand All @@ -47,5 +47,5 @@
"type": "git",
"url": "git+https://github.com/Anyline/anyline-ocr-react-native-module.git"
},
"version": "39.0.0"
"version": "40.0.0"
}

0 comments on commit 6797b34

Please sign in to comment.