mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 13:56:14 +03:00
version bump to v3.4.6
Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
parent
8c5824850a
commit
c0d540e262
2 changed files with 10 additions and 2 deletions
|
@ -12,8 +12,8 @@ android {
|
||||||
applicationId "it.niedermann.owncloud.notes"
|
applicationId "it.niedermann.owncloud.notes"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 3004005
|
versionCode 3004006
|
||||||
versionName "3.4.5"
|
versionName "3.4.6"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
|
|
8
fastlane/metadata/android/en-US/changelogs/3004006.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/3004006.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
v3.4.6
|
||||||
|
|
||||||
|
- 🖼 Support displaying images hosted at Nextcloud in preview mode (#1018)
|
||||||
|
- 🌎 Updated translations
|
||||||
|
|
||||||
|
v3.4.5
|
||||||
|
|
||||||
|
- 🔒 Remove content of notes and search terms from LogCat (#1243)
|
Loading…
Reference in a new issue