android-proguard-snippets icon indicating copy to clipboard operation
android-proguard-snippets copied to clipboard

Add Proguard for Tesseract OCR library com.rmtheis:tess-two:9.0.0

Open Amrutha-shet opened this issue 6 years ago • 2 comments

Amrutha-shet avatar Jan 23 '19 11:01 Amrutha-shet

I added the library as dependency in build.gradle with minifyenabled = true. The app is crashing for release version. Could you please let me know how to add a proguard file separately for this library.

Amrutha-shet avatar Jan 23 '19 11:01 Amrutha-shet

@Amrutha-shet add -keepdirectories lib to the proguard-rules.pro solved the issue

ralexey avatar Oct 09 '19 11:10 ralexey