Skip to content

Commit bc990bb

Browse files
fix(gradle): Use newer version var
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 2962542 commit bc990bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'com.android.application'
1111
apply plugin: 'org.jetbrains.kotlin.android'
1212

1313
android {
14-
compileSdk 35
14+
compileSdkVersion 35
1515
namespace = 'it.niedermann.owncloud.notes'
1616

1717
defaultConfig {

0 commit comments

Comments
 (0)