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:
Jays2Kings 2021-07-20 18:06:09 -04:00
parent 7b493fca8f
commit 29c6c892c7
3 changed files with 9 additions and 2 deletions

View file

@ -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"
}