We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bab78 commit d006c6bCopy full SHA for d006c6b
CHANGELOG.md
@@ -6,7 +6,7 @@ version 1.0.25
6
7
* Handle calls from external apps that uses Content Handlers (fix #37)
8
* Toolbar icon to disable image processing (fix #38)
9
-* Spanish translation (contributed by Francico Toca)
+* Spanish translation (contributed by Francisco Toca)
10
* German translation (contributed by [@nebulon42](https://github.com/nebulon42))
11
12
version 1.0.24
app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "com.todobom.opennotescanner"
minSdkVersion 21
targetSdkVersion 23
- versionCode 24
- versionName '1.0.24'
+ versionCode 25
+ versionName '1.0.25'
}
13
buildTypes {
14
release {
0 commit comments