-
Notifications
You must be signed in to change notification settings - Fork 27
Fraud lib split #481
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
Fraud lib split #481
Changes from 4 commits
66c0637
7ddc94f
ce03045
e55c43e
5f43a01
e89bbe8
a64e18c
bfd886e
3c156a4
82109a5
87a72b0
f24d734
774c9bb
b1bf3ba
5f3d22a
4c4d28a
e273972
0fdedbe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| [submodule "sdk-fraud"] | ||
| path = sdk-fraud | ||
| url = git@github.com:radarlabs/radar-lib-fraud-android.git | ||
| branch = initial-setup | ||
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,14 @@ | ||||||||||||||||||||
| <?xml version="1.0" encoding="utf-8"?> | ||||||||||||||||||||
| <network-security-config> | ||||||||||||||||||||
| <!-- For debugging local development server trackVerified --> | ||||||||||||||||||||
| <!-- Allow connections to local development server without certificate validation --> | ||||||||||||||||||||
| <!-- <domain-config cleartextTrafficPermitted="false"> | ||||||||||||||||||||
| <domain includeSubdomains="true">192.168.68.112</domain> | ||||||||||||||||||||
| <trust-anchors> | ||||||||||||||||||||
| <certificates src="system"/> | ||||||||||||||||||||
| <certificates src="user"/> | ||||||||||||||||||||
| </trust-anchors> | ||||||||||||||||||||
| </domain-config> --> | ||||||||||||||||||||
|
Comment on lines
+3
to
+11
|
||||||||||||||||||||
| <!-- For debugging local development server trackVerified --> | |
| <!-- Allow connections to local development server without certificate validation --> | |
| <!-- <domain-config cleartextTrafficPermitted="false"> | |
| <domain includeSubdomains="true">192.168.68.112</domain> | |
| <trust-anchors> | |
| <certificates src="system"/> | |
| <certificates src="user"/> | |
| </trust-anchors> | |
| </domain-config> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The submodule is pinned to the 'initial-setup' branch rather than a specific commit or stable branch like 'main'. Consider whether this development branch should be used in production code, or if it should reference a more stable branch or tag.