Skip to content

Commit 7877445

Browse files
committed
Bump JNI version
1 parent abe8cbd commit 7877445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JNI/com/amazonaws/kinesis/video/producer/jni/NativeProducerInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// IMPORTANT: This version number *must* be incremented every time a new library build is checked in.
1313
// We are seeing a very high incidence of runtime failures due to APKs being deployed with the wrong native libraries,
1414
// and they are much easier to diagnose when the numeric version check fails.
15-
#define NATIVE_LIBRARY_VERSION "2.0"
15+
#define NATIVE_LIBRARY_VERSION "2.1"
1616

1717
//
1818
// JNI entry points

0 commit comments

Comments
 (0)