Added donate page

This commit is contained in:
partisan 2025-05-20 12:50:08 +02:00
parent 6af51d8fc8
commit 4ce065425b
8 changed files with 363 additions and 2 deletions

View file

@ -69,5 +69,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation "androidx.browser:browser:1.7.0"
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'nl.dionsegijn:konfetti-xml:2.0.2' // This library holds the fabric of reality together please dont remove it at any costs >:3
}