mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-24 10:54:36 -06:00
[App] Change official version validation requirement.
This commit is contained in:
parent
34e44a7a36
commit
76838fcc41
@ -182,8 +182,8 @@ class BuildManager(val app: App) : CoroutineScope {
|
||||
return@launch
|
||||
}
|
||||
|
||||
// official, signed package
|
||||
if (isOfficial)
|
||||
// officially signed package
|
||||
if (isSigned)
|
||||
return@launch
|
||||
|
||||
// seems official, but unsigned
|
||||
|
Loading…
Reference in New Issue
Block a user