build(gradle): Use latest sdk version syntax

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

View File

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