Skip to content

Commit 8de3bb7

Browse files
committed
Updating build and version number. Also removed version number from AndroidManifest because the gradle build will insert it for us.
1 parent 2cc6ff8 commit 8de3bb7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Simplenote/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
compile "net.hockeyapp:hockey-sdk:3.0.0"
2323
}
2424

25-
version "1.0.0"
25+
version "1.0.1"
2626

2727
android {
2828

@@ -32,7 +32,7 @@ android {
3232
defaultConfig {
3333
packageName "com.automattic.simplenote"
3434
versionName project.version
35-
versionCode 15
35+
versionCode 19
3636
minSdkVersion 15
3737
targetSdkVersion 18
3838
}

Simplenote/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.automattic.simplenote"
4-
android:installLocation="auto"
5-
android:versionName="1.0.0">
4+
android:installLocation="auto">
65

76
<uses-sdk
87
android:minSdkVersion="15"

0 commit comments

Comments
 (0)