mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fixed prompt for allow app installs not showing from self updater
Also making it so the silent installer doesn't run if the app is not allowed to install packages
This commit is contained in:
parent
7b493fca8f
commit
29c6c892c7
3 changed files with 9 additions and 2 deletions
|
@ -97,7 +97,7 @@ object AndroidVersions {
|
|||
const val minSdk = 23
|
||||
const val targetSdk = 30
|
||||
const val versionCode = 77
|
||||
const val versionName = "1.1.1"
|
||||
const val versionName = "1.1.0"
|
||||
const val ndk = "22.0.7026061"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue