Ver Fonte

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

Migrate to newer gradle sdk setting
Andy Scherzinger há 1 ano atrás
pai
commit
d0d170f0bc
1 ficheiros alterados com 1 adições e 1 exclusões
  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'