浏览代码

Merge pull request #3227 from nextcloud/chore/noid/gradleVariableName

Migrate to newer gradle sdk setting
Andy Scherzinger 1 年之前
父节点
当前提交
d0d170f0bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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