Fixed the following issues:

- Screen rotation allowed in settings menu
- Work profile drawable not changing color on home screen
- Shortcut app menu title color
- Dependency Info blob
This commit is contained in:
ottoptj 2024-08-15 02:10:24 +03:00
commit 1798401de3
4 changed files with 52 additions and 33 deletions

View file

@ -11,8 +11,13 @@ android {
applicationId = "eu.ottop.yamlauncher"
minSdk = 31
targetSdk = 34
versionCode = 1
versionName = "0.5-test"
versionCode = 2
versionName = "0.6-test"
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
buildTypes {