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

Commit 1a0066d8 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

version bump to 0.6.0

parent 82bdf152
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ android {
        applicationId "it.niedermann.owncloud.notes"
        minSdkVersion 10
        targetSdkVersion 23
        versionCode 7
        versionName "0.5.2"
        versionCode 8
        versionName "0.6.0"
    }
    buildTypes {
        release {
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@
<manifest
    package="it.niedermann.owncloud.notes"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:versionCode="7"
    android:versionName="0.5.2">
    android:versionCode="8"
    android:versionName="0.6.0">

    <uses-sdk
        android:minSdkVersion="10"