fixed decode issue for new API 0.1.1
This commit is contained in:
2
Android/.idea/modules.xml
generated
2
Android/.idea/modules.xml
generated
@@ -2,9 +2,9 @@
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/Android.iml" filepath="$PROJECT_DIR$/Android.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/decodesdk/decodesdk.iml" filepath="$PROJECT_DIR$/decodesdk/decodesdk.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/irext-example-android.iml" filepath="$PROJECT_DIR$/irext-example-android.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
@@ -76,7 +76,7 @@ JNIEXPORT jintArray JNICALL Java_net_irext_decodesdk_IRDecode_irDecode
|
||||
* Method: irClose
|
||||
* Signature: ()V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_net_irext_decodesdk_IRDecode_irACLibClose
|
||||
JNIEXPORT void JNICALL Java_net_irext_decodesdk_IRDecode_irClose
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user