mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-16 16:35:01 +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 {
|
android {
|
||||||
compileSdk 35
|
compileSdk 35
|
||||||
|
|
||||||
namespace 'com.nextcloud.talk'
|
namespace = 'com.nextcloud.talk'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 26
|
minSdkVersion 26
|
||||||
|
Loading…
Reference in New Issue
Block a user