Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Pass native pointer as parameter
Browse files Browse the repository at this point in the history
That way proguard won't remove it
  • Loading branch information
andrzejressel committed Aug 26, 2016
1 parent 77d6bb4 commit 754587f
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 152 deletions.
3 changes: 0 additions & 3 deletions eyes-two/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,3 @@
# -keep public interface mypackage.MyInterface
# -keep public class * implements mypackage.MyInterface

-keep class com.googlecode.eyesfree.textdetect.HydrogenTextDetector {
private long mNative;
}
Loading

0 comments on commit 754587f

Please sign in to comment.