File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
151.41
26* Fixed ActionBar color
37* Circular button for add a new note is available also for the old android versions
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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
4848 </activity >
4949 </application >
5050
51- </manifest >
51+ </manifest >
You can’t perform that action at this time.
0 commit comments