Skip to content

add: adding namespace in build.gradle #1044

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 34 additions & 9 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,47 @@ version: v1.25.0
ignore:
SNYK-JS-BRACES-6838727:
- '*':
reason: Latest version of expo had this vulnerability
expires: 2024-09-01T05:42:12.684Z
reason: Updating dependey as fast follow up
expires: 2025-01-31T05:44:59.682Z
created: 2024-08-02T05:42:12.691Z
SNYK-JS-INFLIGHT-6095116:
- '*':
reason: Latest version of expo had this vulnerability
expires: 2024-09-01T05:42:54.232Z
reason: Updating dependey as fast follow up
expires: 2025-01-31T05:44:59.682Z
created: 2024-08-02T05:42:54.239Z
SNYK-JS-MICROMATCH-6838728:
- '*':
reason: Latest version of expo had this vulnerability
expires: 2024-09-01T05:43:37.950Z
reason: Updating dependey as fast follow up
expires: 2025-01-31T05:44:59.682Z
created: 2024-08-02T05:43:37.959Z
SNYK-JS-WS-7266574:
- '*':
reason: Latest version of react-native had this vulnerability
expires: 2024-09-01T05:44:19.469Z
reason: Updating dependey as fast follow up
expires: 2025-01-31T05:44:59.682Z
created: 2024-08-02T05:44:19.472Z
patch: {}

SNYK-JS-SEND-7926862:
- '*':
reason: Updating dependey as fast follow up
expires: 2025-01-31T05:44:59.682Z
created: 2025-01-27T05:44:59.685Z


SNYK-JS-SERVESTATIC-7926865:
- '*':
reason: Updating dependey as fast follow up
expires: 2025-01-31T05:44:59.682Z
created: 2025-01-27T05:44:59.685Z

SNYK-JS-CROSSSPAWN-8303230:
- '*':
reason: Updating dependey as fast follow up
expires: 2025-01-31T05:44:59.682Z
created: 2025-01-27T05:44:59.685Z

SNYK-JS-NANOID-8492085:
- '*':
reason: Updating dependey as fast follow up
expires: 2025-01-31T05:44:59.682Z
created: 2025-01-27T05:44:59.685Z
patch: {}
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def DEFAULT_TARGET_SDK_VERSION = 28
android {
compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION)
namespace 'com.auth0.react'

defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)
Expand Down
Loading