krschultz / android-proguard-snippets

Proguard configurations for common Android libraries
http://www.kevinrschultz.com/blog/2014/02/15/proguard-with-gradle/
Apache License 2.0
4.59k stars 598 forks source link

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

Open Amrutha-shet opened 5 years ago

Amrutha-shet commented 5 years ago

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.

ralexey commented 4 years ago

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