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

Pass native pointer as parameter #172

Merged
merged 1 commit into from
Aug 27, 2016
Merged

Pass native pointer as parameter #172

merged 1 commit into from
Aug 27, 2016

Conversation

andrzejressel
Copy link
Contributor

That way proguard won't remove it

That way proguard won't remove it
@@ -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;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we still need to retain this one, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rmtheis
Copy link
Owner

rmtheis commented Aug 27, 2016

Yep, looks good to me, I'll plan to merge this. Did the test cases pass with this code?

@andrzejressel
Copy link
Contributor Author

Yes

@rmtheis rmtheis merged commit 754587f into rmtheis:master Aug 27, 2016
@rmtheis
Copy link
Owner

rmtheis commented Aug 27, 2016

Thanks for the contribution. Please feel free to take on any other issues you may run into.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants