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

Commit 46514034 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Fix #1122 Disable code minification

parent 8997e975
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ android {
        applicationId "it.niedermann.owncloud.notes"
        minSdkVersion 21
        targetSdkVersion 29
        versionCode 3003000
        versionName "3.3.0"
        versionCode 3003001
        versionName "3.3.1"
        multiDexEnabled true
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
@@ -30,7 +30,7 @@ android {
        }

        release {
            minifyEnabled true
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
+2 −0
Original line number Diff line number Diff line
- 🔒 Prevent screen capture (#1098)
- 🖼 Convert widget previews to WebP to reduce app size (#1120) by @connyduck
 No newline at end of file