-
Notifications
You must be signed in to change notification settings - Fork 928
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
Consume netguard as a dependency #2656
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
6d857e0
to
281889a
Compare
build.gradle
Outdated
// maven { | ||
// url = uri("https://maven.pkg.github.com/duckduckgo/netguard") | ||
// } |
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.
I will delete this in the final version
@@ -33,6 +33,8 @@ dependencies { | |||
|
|||
implementation Kotlin.stdlib.jdk7 | |||
implementation "com.squareup.logcat:logcat:_" | |||
// implementation "com.duckduckgo.mobile.android:ddg-android-netguard-release:1.0.0" | |||
implementation "com.github.duckduckgo:netguard:jitpack-SNAPSHOT" |
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.
This is to be changed to version number once duckduckgo/netguard#12 is merged and we create the version tag
externalNativeBuild { | ||
|
||
cmake { | ||
path "CMakeLists.txt" | ||
} | ||
} |
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.
bye bye submodule
456c3cf
to
fcb921e
Compare
fcb921e
to
3981327
Compare
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.
LGTM! Good riddance to the submodule :)
Task/Issue URL: https://app.asana.com/0/488551667048375/1203208709178851/f
Description
Remove netguard submodule and consume it as a library dependency
Steps to test this PR
vpn-network/vpn-network-impl/src/main/cpp
is deleted