We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc6ff8 commit 8de3bb7Copy full SHA for 8de3bb7
Simplenote/build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
compile "net.hockeyapp:hockey-sdk:3.0.0"
23
}
24
25
-version "1.0.0"
+version "1.0.1"
26
27
android {
28
@@ -32,7 +32,7 @@ android {
32
defaultConfig {
33
packageName "com.automattic.simplenote"
34
versionName project.version
35
- versionCode 15
+ versionCode 19
36
minSdkVersion 15
37
targetSdkVersion 18
38
Simplenote/src/main/AndroidManifest.xml
@@ -1,8 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.automattic.simplenote"
4
- android:installLocation="auto"
5
- android:versionName="1.0.0">
+ android:installLocation="auto">
6
7
<uses-sdk
8
android:minSdkVersion="15"
0 commit comments