Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
Notes
Commits
46514034
Commit
46514034
authored
Apr 09, 2021
by
Stefan Niedermann
Browse files
Fix #1122 Disable code minification
parent
8997e975
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
46514034
...
...
@@ -14,8 +14,8 @@ android {
applicationId
"it.niedermann.owncloud.notes"
minSdkVersion
21
targetSdkVersion
29
versionCode
300300
0
versionName
"3.3.
0
"
versionCode
300300
1
versionName
"3.3.
1
"
multiDexEnabled
true
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
...
...
@@ -30,7 +30,7 @@ android {
}
release
{
minifyEnabled
tru
e
minifyEnabled
fals
e
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
}
}
...
...
fastlane/metadata/android/en-US/changelogs/3003001.txt
0 → 100644
View file @
46514034
- 🔒 Prevent screen capture (#1098)
- 🖼 Convert widget previews to WebP to reduce app size (#1120) by @connyduck
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment