mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-24 19:04:38 -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
|
return@launch
|
||||||
}
|
}
|
||||||
|
|
||||||
// official, signed package
|
// officially signed package
|
||||||
if (isOfficial)
|
if (isSigned)
|
||||||
return@launch
|
return@launch
|
||||||
|
|
||||||
// seems official, but unsigned
|
// seems official, but unsigned
|
||||||
|
Loading…
Reference in New Issue
Block a user