1
0
Fork 1

permission fix

This commit is contained in:
Arne 2023-03-20 15:26:05 +01:00
parent 7fd58ce39b
commit 5c51e15b4b

View file

@ -112,11 +112,11 @@ def tags = grgit.tag.list().findAll { it.dateTime != null }.sort { it.dateTime }
android {
namespace 'eu.siacs.conversations'
//noinspection GradleCompatible
compileSdkVersion 33
compileSdkVersion 32
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 32
//versionNameSuffix " beta_(2023-01-10)" // " beta_(XXXX-XX-XX)" // activate for beta versions
versionCode 130