build.gradle(gradle): Update syntax for Gradle 10

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2025-08-05 16:09:06 +02:00
parent e338347205
commit 75964701cc
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -30,7 +30,7 @@ apply plugin: 'kotlinx-serialization'
android {
compileSdk 35
namespace 'com.nextcloud.talk'
namespace = 'com.nextcloud.talk'
defaultConfig {
minSdkVersion 26