krschultz / android-proguard-snippets

Proguard configurations for common Android libraries

Home Page:http://www.kevinrschultz.com/blog/2014/02/15/proguard-with-gradle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Amrutha-shet opened this issue · comments

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