mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-13 03:01:05 +00:00
bump versions for SERVER_VERSION_MIN_SUPPORTED + SERVER_VERSION_SUPPORT_WARNING
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
ebc2fd2702
commit
16c49bc430
@ -295,6 +295,6 @@ object CapabilitiesUtil {
|
||||
const val RECORDING_CONSENT_NOT_REQUIRED = 0
|
||||
const val RECORDING_CONSENT_REQUIRED = 1
|
||||
const val RECORDING_CONSENT_DEPEND_ON_CONVERSATION = 2
|
||||
private const val SERVER_VERSION_MIN_SUPPORTED = 14
|
||||
private const val SERVER_VERSION_SUPPORT_WARNING = 18
|
||||
private const val SERVER_VERSION_MIN_SUPPORTED = 17
|
||||
private const val SERVER_VERSION_SUPPORT_WARNING = 26
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user