Skip to content

Commit 56de9f0

Browse files
authored
UPDATE react-native-hms-scan 1.3.1-300 (#109)
* UPDATE react-native-hms-scan 1.3.1-300
1 parent 9e69758 commit 56de9f0

50 files changed

Lines changed: 6496 additions & 2285 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

react-native-hms-scan/README.md

Lines changed: 28 additions & 1353 deletions
Large diffs are not rendered by default.

react-native-hms-scan/THIRD PARTY OPEN SOURCE SOFTWARE NOTICE.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ APPLICABLE LICENSES FOR MORE DETAILS.
1111

1212
Copyright Notice and License Texts
1313

14-
Software: gson: 2.8.5
14+
Software: com.google.code.gson:gson 2.8.5
1515
----------------------------------------------------------------------
1616

1717
Copyright notice:
@@ -233,3 +233,20 @@ limitations under the License.
233233
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
234234
See the License for the specific language governing permissions and
235235
limitations under the License.
236+
237+
----------------------------------------------------------------------
238+
239+
Copyright Notice and License Texts
240+
241+
Software: react-native-file-picker 0.0.19
242+
----------------------------------------------------------------------
243+
244+
Copyright notice:
245+
246+
Luis Fuertes <luis.fuertes@clouddistrict.com>
247+
248+
License: ISC
249+
250+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
251+
252+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

react-native-hms-scan/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ repositories {
4747

4848
dependencies {
4949
//noinspection GradleDynamicVersion
50-
implementation 'com.facebook.react:react-native:+' // From node_modules
51-
implementation 'com.huawei.hms:scan:1.2.2.300' // Hms Scan
50+
implementation 'com.facebook.react:react-native:+' // From node_modules
51+
implementation 'com.huawei.hms:scan:1.3.1.300' // Hms Scan
5252
implementation 'com.huawei.hms:hianalytics:5.0.3.300' // Hms Analytics
5353
implementation "com.google.code.gson:gson:2.8.5" // Gson
5454
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

react-native-hms-scan/android/gradlew

Lines changed: 33 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-native-hms-scan/android/gradlew.bat

Lines changed: 24 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-native-hms-scan/android/src/main/java/com/huawei/hms/rn/scan/RNHMSScanPackage.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
* Copyright 2020. Huawei Technologies Co., Ltd. All rights reserved.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
2+
Copyright 2020-2021. Huawei Technologies Co., Ltd. All rights reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License")
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
https://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
1616

1717
package com.huawei.hms.rn.scan;
1818

0 commit comments

Comments
 (0)