Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bc990bb4 authored by Andy Scherzinger's avatar Andy Scherzinger
Browse files

fix(gradle): Use newer version var

parent 2962542f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ apply plugin: 'com.android.application'
apply plugin: 'org.jetbrains.kotlin.android'

android {
    compileSdk 35
    compileSdkVersion 35
    namespace = 'it.niedermann.owncloud.notes'

    defaultConfig {