Added Redirect settings page

This commit is contained in:
partisan 2025-05-20 14:31:24 +02:00
commit e8549c8841
13 changed files with 268 additions and 35 deletions

View file

@ -71,5 +71,6 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation "androidx.browser:browser:1.7.0"
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.32'
implementation 'nl.dionsegijn:konfetti-xml:2.0.2' // This library holds the fabric of reality together please dont remove it at any costs >:3
}