1
0
Fork 0

Add better loading screen (#4)

* Add loading, including a spinner, and the default discord background color.

* Add light mode support.
This commit is contained in:
Henry Hiles 2022-12-18 16:00:56 -05:00 committed by GitHub
parent 2ebc0fecc4
commit 48e84f8e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 29 additions and 7 deletions

View file

@ -25,6 +25,10 @@ android {
}
buildTypes {
debug {
applicationIdSuffix ".dbg"
}
release {
minifyEnabled false
signingConfig signingConfigs.release