This website requires JavaScript.
Explore
Help
Sign In
zaneschepke
/
wgtunnel
mirror of
https://github.com/zaneschepke/wgtunnel.git
Watch
1
Star
0
Fork
You've already forked wgtunnel
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7b7c8f6e8c
wgtunnel
/
buildSrc
/
build.gradle.kts
9 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor: objectbox to room Migrated app from using ObjectBox library for db to Room as ObjectBox is not FLOSS compliant. Migrated app to using version catalog for managing dependancies. Added floss build flavor for F-Droid and general build flavor for all other builds. Floss build excludes google analytics and crashlytics. Other performance improvements and refactors.
2023-09-15 07:24:19 -04:00
plugins {
`kotlin-dsl` // enable the Kotlin-DSL
}
repositories {
google()
mavenCentral()
feat: add basic kernel support Added basic kernel support to allow users to switch between userspace and kernel wireguard Improved location disclosure flow to only show once once per app install Fix airplane mode bug Improve database migration testing Fix auto-tunneling permission bug. Lint Closes #67 Closes #43
2023-12-20 23:13:48 -05:00
}