We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b07c0 commit 776cbd1Copy full SHA for 776cbd1
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId "io.github.subhamtyagi.ocr"
10
minSdkVersion 18
11
targetSdkVersion 33
12
- versionCode 12
13
- versionName "4.0"
+ versionCode 13
+ versionName "5.0"
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
15
resValue "string", "github_url", gitUrl
16
multiDexEnabled true
fastlane/metadata/android/en-US/changelogs/13.txt
@@ -0,0 +1,7 @@
1
+* Support for a few tesseract parameters/variables
2
+* Dynamic color theme
3
+* Added Akkadian language
4
+* Language selection made easy
5
+* Fix language download, selection bug
6
+* Various languages translation
7
+* Thanks all contributors*
0 commit comments