We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe8cbd commit 7877445Copy full SHA for 7877445
src/JNI/com/amazonaws/kinesis/video/producer/jni/NativeProducerInterface.cpp
@@ -12,7 +12,7 @@
12
// IMPORTANT: This version number *must* be incremented every time a new library build is checked in.
13
// We are seeing a very high incidence of runtime failures due to APKs being deployed with the wrong native libraries,
14
// and they are much easier to diagnose when the numeric version check fails.
15
-#define NATIVE_LIBRARY_VERSION "2.0"
+#define NATIVE_LIBRARY_VERSION "2.1"
16
17
//
18
// JNI entry points
0 commit comments