Skip to content

Commit

Permalink
new version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhamTyagi committed Sep 12, 2024
1 parent 4865899 commit 2f4e485
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "io.github.subhamtyagi.ocr"
minSdkVersion 18
targetSdkVersion 33
versionCode 13
versionName "5.0"
versionCode 14
versionName "5.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "github_url", gitUrl
multiDexEnabled true
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Support for a few tesseract parameters/variables
* Dynamic color theme
* Added Akkadian language
* Language selection made easy
* Fix language download, selection bug
* Various languages translation
* Thanks all contributors*

0 comments on commit 2f4e485

Please sign in to comment.