Skip to content

Commit 8b5913b

Browse files
committed
new version
1 parent e8a5b9c commit 8b5913b

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
@@ -10,8 +10,8 @@ android {
1010
applicationId "io.github.subhamtyagi.ocr"
1111
minSdkVersion 21
1212
targetSdkVersion 33
13-
versionCode 14
14-
versionName "5.1"
13+
versionCode 15
14+
versionName "5.2"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
resValue "string", "github_url", gitUrl
1717
resValue "string", "github_parameter_url", gitUrl+"/blob/master/parameters.md"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* Support for tesseract parameters/variables
2+
* Download improvement
3+
* Fix equation dataset
4+
* Ui Improvement
5+
* Various Bug fixes
6+
* Code Refactor, Improvement
7+
* Languages translation

0 commit comments

Comments
 (0)