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

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

version bump to v3.4.7

parent c0d540e2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ android {
        applicationId "it.niedermann.owncloud.notes"
        minSdkVersion 21
        targetSdkVersion 30
        versionCode 3004006
        versionName "3.4.6"
        versionCode 3004007
        versionName "3.4.7"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        javaCompileOptions {
            annotationProcessorOptions {
@@ -76,8 +76,8 @@ dependencies {

    // Nextcloud SSO
    implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.6'
    implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.3.2'
    implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.3.2'
    implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.3.3'
    implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.3.3'
    implementation 'com.github.stefan-niedermann:android-commons:0.2.0'

    // Glide
+8 −0
Original line number Diff line number Diff line
v3.4.6 - v3.4.7

- 🖼 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)
 No newline at end of file