Skip to content

Commit 0aae4b0

Browse files
committed
Bump the version and update the changelog
1 parent 96b4c64 commit 0aae4b0

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.42
2+
* Fixed issue #1 that prevented old Android versions to create a new DB
3+
* Added the Japanese translation (thanks to naofum)
4+
15
1.41
26
* Fixed ActionBar color
37
* Circular button for add a new note is available also for the old android versions

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66

77
defaultConfig {
88
applicationId "com.notecryptpro"
9-
versionCode 17
9+
versionCode 18
1010
minSdkVersion 14
1111
targetSdkVersion 25
1212
}

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.notecryptpro"
4-
android:versionName="1.41" >
4+
android:versionName="1.42" >
55

66
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
77

@@ -48,4 +48,4 @@
4848
</activity>
4949
</application>
5050

51-
</manifest>
51+
</manifest>

0 commit comments

Comments
 (0)