Use artifact package cz.adaptech instead of com.github.adaptech-cz

This is still built on JitPack, but uses custom domain name feature.
https://jitpack.io/docs/#custom-domain-name
This commit is contained in:
Robert Pösel 2021-07-21 13:01:14 +02:00 committed by GitHub
parent 92e0782877
commit 6de80d4e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
[![](https://jitpack.io/v/adaptech-cz/tesseract4android.svg)](https://jitpack.io/#adaptech-cz/tesseract4android)
[![](https://jitpack.io/v/cz.adaptech/tesseract4android.svg)](https://jitpack.io/#cz.adaptech/tesseract4android)
# Tesseract4Android
@ -47,11 +47,11 @@ You can get compiled version of Tesseract4Android from JitPack.io.
dependencies {
// To use Standard variant:
implementation 'com.github.adaptech-cz:tesseract4android:3.0.0'
implementation 'cz.adaptech:tesseract4android:3.0.0'
// To use OpenMP variant:
// NOTE: This variant is currently unavailable due to issues with JitPack. You must compile it yourself.
//implementation 'com.github.adaptech-cz:tesseract4android-openmp:3.0.0'
//implementation 'cz.adaptech:tesseract4android-openmp:3.0.0'
}
## Building