android-proguard-snippets
android-proguard-snippets copied to clipboard
Add Proguard for Tesseract OCR library com.rmtheis:tess-two:9.0.0
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
add
-keepdirectories lib
to the proguard-rules.pro solved the issue