Skip to content

Commit 9e69758

Browse files
authored
UPDATE react-native-hms-safetydetect 5.2.0-300 (#108)
* UPDATE react-native-hms-safetydetect 5.2.0-300
1 parent a1dba2b commit 9e69758

Some content is hidden

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

46 files changed

+365
-1053
lines changed

react-native-hms-safetydetect/README.md

Lines changed: 24 additions & 723 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313

1414
dependencies {
1515
classpath ("com.android.tools.build:gradle:3.6.0")
16-
classpath ("com.huawei.agconnect:agcp:1.4.1.300")
16+
classpath ("com.huawei.agconnect:agcp:1.4.2.301")
1717
}
1818
}
1919

@@ -48,5 +48,5 @@ repositories {
4848

4949
dependencies {
5050
implementation "com.facebook.react:react-native:+"
51-
implementation 'com.huawei.hms:safetydetect:5.0.3.300'
51+
implementation 'com.huawei.hms:safetydetect:5.2.0.300'
5252
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Wed Aug 05 16:56:26 EET 2020
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip

react-native-hms-safetydetect/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-safetydetect/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.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.huawei.hms.rn.safetydetect">
33

4+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
45
</manifest>

react-native-hms-safetydetect/android/src/main/java/com/huawei/hms/rn/safetydetect/HMSSafetyDetectPackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2020. Huawei Technologies Co., Ltd. All rights reserved.
2+
Copyright 2020-2021. Huawei Technologies Co., Ltd. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License")
55
you may not use this file except in compliance with the License.

react-native-hms-safetydetect/android/src/main/java/com/huawei/hms/rn/safetydetect/appcheck/AppCheckModule.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2020. Huawei Technologies Co., Ltd. All rights reserved.
2+
Copyright 2020-2021. Huawei Technologies Co., Ltd. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License")
55
you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
import com.facebook.react.bridge.ReactApplicationContext;
2121
import com.facebook.react.bridge.ReactContextBaseJavaModule;
2222
import com.facebook.react.bridge.ReactMethod;
23+
2324
import java.util.Map;
2425

2526
public class AppCheckModule extends ReactContextBaseJavaModule {

react-native-hms-safetydetect/android/src/main/java/com/huawei/hms/rn/safetydetect/appcheck/AppCheckService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2020. Huawei Technologies Co., Ltd. All rights reserved.
2+
Copyright 2020-2021. Huawei Technologies Co., Ltd. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License")
55
you may not use this file except in compliance with the License.

react-native-hms-safetydetect/android/src/main/java/com/huawei/hms/rn/safetydetect/appcheck/AppCheckUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2020. Huawei Technologies Co., Ltd. All rights reserved.
2+
Copyright 2020-2021. Huawei Technologies Co., Ltd. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License")
55
you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
import com.facebook.react.bridge.WritableArray;
2121
import com.facebook.react.bridge.WritableMap;
2222
import com.huawei.hms.support.api.entity.safetydetect.MaliciousAppsData;
23+
2324
import java.util.List;
2425

2526
public class AppCheckUtils {

0 commit comments

Comments
 (0)