Skip to content

Commit 776cbd1

Browse files
committed
new version 5.0
1 parent 73b07c0 commit 776cbd1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "io.github.subhamtyagi.ocr"
1010
minSdkVersion 18
1111
targetSdkVersion 33
12-
versionCode 12
13-
versionName "4.0"
12+
versionCode 13
13+
versionName "5.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
resValue "string", "github_url", gitUrl
1616
multiDexEnabled true
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)