fixed shadows of transparent AppBars; set min API to 21

This commit is contained in:
Josia Pietsch 2024-07-06 00:57:51 +02:00
parent d5c1c0b628
commit e0a2cdb288
Signed by: jrpie
GPG key ID: E70B571D66986A2D
5 changed files with 7 additions and 39 deletions

View file

@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId "de.jrpie.android.launcher"
minSdkVersion 16
minSdkVersion 21
targetSdkVersion 33
versionCode 13
versionName "j-alpha-0.1"