mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-06-16 22:25:10 +03:00
Added DNS configuration functionality.
This commit is contained in:
parent
80fc552603
commit
dd67347cd8
14 changed files with 369 additions and 25 deletions
|
@ -39,6 +39,7 @@ dependencies {
|
|||
implementation 'androidx.appcompat:appcompat:1.3.0'
|
||||
implementation 'com.google.android.material:material:1.3.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||
implementation 'androidx.preference:preference-ktx:1.1.0'
|
||||
testImplementation 'junit:junit:4.+'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue