mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-12 21:50:47 +02:00
[App] Change official version validation requirement.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user