We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03fd3f commit db81923Copy full SHA for db81923
CHANGELOG.md
@@ -1,8 +1,8 @@
1
Change Log
2
==========
3
4
-Git Head
5
---------
+version 1.0.27
+--------------
6
7
* [@nigelinux](https://github.com/nigelinux) - Traditional Chinese (zh-rTW) Translation
8
* Allow to customize the storage folder location
app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "com.todobom.opennotescanner"
minSdkVersion 21
9
targetSdkVersion 23
10
- versionCode 26
11
- versionName '1.0.26'
+ versionCode 27
+ versionName '1.0.27'
12
}
13
buildTypes {
14
release {
0 commit comments