1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Android: Update bytecode minimum version requirements

This commit is contained in:
reuk 2025-04-01 19:05:16 +01:00
parent 57ff869db0
commit 3d8a97c1c1
No known key found for this signature in database
9 changed files with 12 additions and 12 deletions

View file

@ -291,7 +291,7 @@ private:
METHOD (layout, "layout", "(IIII)V" ) \
CALLBACK (generatedCallback<&NativeContext::dispatchDraw>, "onDrawNative", "(JLandroid/graphics/Canvas;)V")
DECLARE_JNI_CLASS_WITH_BYTECODE (JuceOpenGLViewSurface, "com/rmsl/juce/JuceOpenGLView", 16, javaJuceOpenGLView)
DECLARE_JNI_CLASS_WITH_BYTECODE (JuceOpenGLViewSurface, "com/rmsl/juce/JuceOpenGLView", 24, javaJuceOpenGLView)
#undef JNI_CLASS_MEMBERS
//==============================================================================