mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-15 16:05:11 +01:00
build.gradle(gradle): Update syntax for Gradle 10
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e338347205
commit
75964701cc
@ -30,7 +30,7 @@ apply plugin: 'kotlinx-serialization'
|
||||
android {
|
||||
compileSdk 35
|
||||
|
||||
namespace 'com.nextcloud.talk'
|
||||
namespace = 'com.nextcloud.talk'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 26
|
||||
|
Loading…
Reference in New Issue
Block a user