Browse Source

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

Migrate to newer gradle sdk setting
Andy Scherzinger 1 năm trước cách đây
mục cha
commit
d0d170f0bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'