Skip to content

Commit

Permalink
Release version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyer committed Nov 16, 2022
1 parent d7680d2 commit 667f2de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ The Java/JNI wrapper files and tests for Leptonica / Tesseract are based on the

This project uses additional libraries (with their own specific licenses):

- [Tesseract OCR][tesseract-ocr] 5.0.1
- [Tesseract OCR][tesseract-ocr] 5.2.0
- [Leptonica][leptonica] 1.82.0
- [libjpeg][jpeg] v9d
- [libpng][png] 1.6.37
- [libjpeg][jpeg] v9e
- [libpng][png] 1.6.38

## Prerequisites

Expand Down Expand Up @@ -49,10 +49,10 @@ allprojects {
```gradle
dependencies {
// To use Standard variant:
implementation 'cz.adaptech.tesseract4android:tesseract4android:4.1.1a'
implementation 'cz.adaptech.tesseract4android:tesseract4android:4.2.0'
// To use OpenMP variant:
implementation 'cz.adaptech.tesseract4android:tesseract4android-openmp:4.1.1a'
implementation 'cz.adaptech.tesseract4android:tesseract4android-openmp:4.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
}

ext {
tesseract4AndroidVersion = '4.1.1a'
tesseract4AndroidVersion = '4.2.0'
}

task clean(type: Delete) {
Expand Down

0 comments on commit 667f2de

Please sign in to comment.