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

Commit 76c90085 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Version Bump to 0.3.0

parent b1a24fd4
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 22
        targetSdkVersion 23
        versionCode 2
        versionName "0.2.0"
        versionCode 3
        versionName "0.3.0"
    }
    buildTypes {
        release {
+2 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="it.niedermann.owncloud.notes"
    android:versionCode="2"
    android:versionName="0.2.0">
    android:versionCode="3"
    android:versionName="0.3.0">

    <uses-sdk
        android:minSdkVersion="11"