MIgrate to newer gradle sdk setting

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-08-01 14:43:29 +02:00
parent 2a90773664
commit d0c5bb8bb5
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -35,7 +35,7 @@ apply plugin: "org.jlleitschuh.gradle.ktlint"
apply plugin: 'kotlinx-serialization' apply plugin: 'kotlinx-serialization'
android { android {
compileSdkVersion 33 compileSdk 33
namespace 'com.nextcloud.talk' namespace 'com.nextcloud.talk'