Skip to content

Commit

Permalink
Bump the version and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuzakiKK committed Feb 25, 2017
1 parent 96b4c64 commit 0aae4b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.42
* Fixed issue #1 that prevented old Android versions to create a new DB
* Added the Japanese translation (thanks to naofum)

1.41
* Fixed ActionBar color
* Circular button for add a new note is available also for the old android versions
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "com.notecryptpro"
versionCode 17
versionCode 18
minSdkVersion 14
targetSdkVersion 25
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.notecryptpro"
android:versionName="1.41" >
android:versionName="1.42" >

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

Expand Down Expand Up @@ -48,4 +48,4 @@
</activity>
</application>

</manifest>
</manifest>

0 comments on commit 0aae4b0

Please sign in to comment.