File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " io.github.subhamtyagi.ocr"
9
9
minSdkVersion 18
10
10
targetSdkVersion 31
11
- versionCode 10
12
- versionName " 3.1 "
11
+ versionCode 11
12
+ versionName " 3.2 "
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
14
14
resValue " string" , " github_url" , gitUrl
15
15
multiDexEnabled true
Original file line number Diff line number Diff line change
1
+ 🇺🇦
2
+
3
+ * Select language option when app is opened by Share Menu.
4
+ * Selected language now will be also displayed on main screen.
5
+ * Now Fast data type is set as default.
6
+ * Smooth app transition in crop functionality.
7
+ *
8
+ * Bug Fix on Android 10+.
9
+ * Crash Fix on Non-english locale devices (Chris <chris@d*****t>).
10
+ *
11
+ * Code Improvement and optimisation.
12
+ * Updated tesseract4android.
You can’t perform that action at this time.
0 commit comments