Skip to content

Commit 387bc9e

Browse files
authored
add: adding namespace in build.gradle (#1044)
2 parents 1b902ca + 491d231 commit 387bc9e

File tree

2 files changed

+35
-9
lines changed

2 files changed

+35
-9
lines changed

.snyk

+34-9
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,47 @@ version: v1.25.0
44
ignore:
55
SNYK-JS-BRACES-6838727:
66
- '*':
7-
reason: Latest version of expo had this vulnerability
8-
expires: 2024-09-01T05:42:12.684Z
7+
reason: Updating dependey as fast follow up
8+
expires: 2025-01-31T05:44:59.682Z
99
created: 2024-08-02T05:42:12.691Z
1010
SNYK-JS-INFLIGHT-6095116:
1111
- '*':
12-
reason: Latest version of expo had this vulnerability
13-
expires: 2024-09-01T05:42:54.232Z
12+
reason: Updating dependey as fast follow up
13+
expires: 2025-01-31T05:44:59.682Z
1414
created: 2024-08-02T05:42:54.239Z
1515
SNYK-JS-MICROMATCH-6838728:
1616
- '*':
17-
reason: Latest version of expo had this vulnerability
18-
expires: 2024-09-01T05:43:37.950Z
17+
reason: Updating dependey as fast follow up
18+
expires: 2025-01-31T05:44:59.682Z
1919
created: 2024-08-02T05:43:37.959Z
2020
SNYK-JS-WS-7266574:
2121
- '*':
22-
reason: Latest version of react-native had this vulnerability
23-
expires: 2024-09-01T05:44:19.469Z
22+
reason: Updating dependey as fast follow up
23+
expires: 2025-01-31T05:44:59.682Z
2424
created: 2024-08-02T05:44:19.472Z
25-
patch: {}
25+
26+
SNYK-JS-SEND-7926862:
27+
- '*':
28+
reason: Updating dependey as fast follow up
29+
expires: 2025-01-31T05:44:59.682Z
30+
created: 2025-01-27T05:44:59.685Z
31+
32+
33+
SNYK-JS-SERVESTATIC-7926865:
34+
- '*':
35+
reason: Updating dependey as fast follow up
36+
expires: 2025-01-31T05:44:59.682Z
37+
created: 2025-01-27T05:44:59.685Z
38+
39+
SNYK-JS-CROSSSPAWN-8303230:
40+
- '*':
41+
reason: Updating dependey as fast follow up
42+
expires: 2025-01-31T05:44:59.682Z
43+
created: 2025-01-27T05:44:59.685Z
44+
45+
SNYK-JS-NANOID-8492085:
46+
- '*':
47+
reason: Updating dependey as fast follow up
48+
expires: 2025-01-31T05:44:59.682Z
49+
created: 2025-01-27T05:44:59.685Z
50+
patch: {}

android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def DEFAULT_TARGET_SDK_VERSION = 28
2727
android {
2828
compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
2929
buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION)
30+
namespace 'com.auth0.react'
3031

3132
defaultConfig {
3233
minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)

0 commit comments

Comments
 (0)