We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1fb38d + d49696e commit 8d0b688Copy full SHA for 8d0b688
AndroidManifest.xml
@@ -1,9 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="org.aykit.MyOwnNotes"
4
- android:versionCode="9"
5
- android:versionName="1.6"
6
- >
+ package="org.aykit.MyOwnNotes">
7
8
<uses-sdk
9
android:minSdkVersion="11"
app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "org.aykit.MyOwnNotes"
minSdkVersion 16
10
targetSdkVersion 23
11
- versionCode 11
12
- versionName '2.0'
+ versionCode 12
+ versionName '2.1.1'
13
}
14
buildTypes {
15
release {
0 commit comments