mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-04 17:37:25 +00:00
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:
parent
4ff9c94981
commit
1798401de3
4 changed files with 52 additions and 33 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue