mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-16 06:32:22 +01:00
update to compile and target sdk32
This commit is contained in:
parent
7c57912f0d
commit
275ea873c2
1 changed files with 2 additions and 2 deletions
|
@ -100,11 +100,11 @@ ext {
|
|||
android {
|
||||
namespace 'eu.siacs.conversations'
|
||||
//noinspection GradleCompatible
|
||||
compileSdkVersion 31
|
||||
compileSdkVersion 32
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
targetSdkVersion 32
|
||||
|
||||
//versionNameSuffix " beta_(2021-12-19)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 116
|
||||
|
|
Loading…
Reference in a new issue