Added DNS configuration functionality.

This commit is contained in:
Revertron 2022-10-29 21:57:42 +02:00
parent 80fc552603
commit dd67347cd8
14 changed files with 369 additions and 25 deletions

View file

@ -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'