Skip to content

Commit

Permalink
Update version code - v6.0 (421)
Browse files Browse the repository at this point in the history
Update SDK and MEGAchat submodules
  • Loading branch information
javiergm1983 committed Jan 12, 2022
1 parent cd908f7 commit 8cc5c43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/jni/megachat/sdk
Submodule sdk updated 63 files
+2 −4 bindings/Objective-C/Karere.xcodeproj/project.pbxproj
+10 −0 bindings/Objective-C/MEGAChatLogLevel.h
+2 −1 bindings/Objective-C/MEGAChatLoggerDelegate.h
+1 −10 bindings/Objective-C/MEGAChatSdk.h
+1 −1 bindings/Objective-C/Private/DelegateMEGAChatLoggerListener.mm
+0 −94 bindings/java/nz/mega/sdk/MegaChatApiJava.java
+0 −1 bindings/qt/megachat.pri
+0 −2 contrib/QtCreator/MEGAchat.files
+1 −0 examples/qtmegachatapi/MegaChatApplication.cpp
+2 −0 examples/qtmegachatapi/meetingView.cpp
+55 −12 src/chatClient.cpp
+2 −1 src/chatClient.h
+0 −24 src/chatCommon.h
+7 −7 src/chatd.cpp
+3 −2 src/karereCommon.h
+2 −0 src/megachatapi_impl.cpp
+1 −1 src/megachatapi_impl.h
+0 −1 src/presenced.cpp
+36 −11 src/rtcModule/webrtc.cpp
+6 −4 src/rtcModule/webrtc.h
+3 −0 src/rtcModule/webrtcPrivate.h
+16 −1 src/sfu.cpp
+4 −1 src/sfu.h
+5 −1 tests/sdk_test/sdk_test.cpp
+1 −0 tests/sdk_test/sdk_test.h
+0 −335 third-party/murmurHash/MurmurHash3.cpp
+0 −37 third-party/murmurHash/MurmurHash3.h
+692 −261 third-party/rapidjson/allocators.h
+78 −0 third-party/rapidjson/cursorstreamwrapper.h
+3,027 −2,130 third-party/rapidjson/document.h
+299 −270 third-party/rapidjson/encodedstream.h
+716 −712 third-party/rapidjson/encodings.h
+50 −2 third-party/rapidjson/error/en.h
+64 −3 third-party/rapidjson/error/error.h
+99 −99 third-party/rapidjson/filereadstream.h
+104 −104 third-party/rapidjson/filewritestream.h
+151 −0 third-party/rapidjson/fwd.h
+16 −9 third-party/rapidjson/internal/biginteger.h
+71 −0 third-party/rapidjson/internal/clzll.h
+32 −29 third-party/rapidjson/internal/diyfp.h
+44 −12 third-party/rapidjson/internal/dtoa.h
+4 −3 third-party/rapidjson/internal/ieee754.h
+44 −40 third-party/rapidjson/internal/itoa.h
+186 −181 third-party/rapidjson/internal/meta.h
+55 −55 third-party/rapidjson/internal/pow10.h
+739 −0 third-party/rapidjson/internal/regex.h
+232 −215 third-party/rapidjson/internal/stack.h
+83 −39 third-party/rapidjson/internal/strfunc.h
+74 −51 third-party/rapidjson/internal/strtod.h
+46 −46 third-party/rapidjson/internal/swap.h
+128 −0 third-party/rapidjson/istreamwrapper.h
+2 −2 third-party/rapidjson/memorybuffer.h
+4 −4 third-party/rapidjson/memorystream.h
+81 −0 third-party/rapidjson/ostreamwrapper.h
+193 −37 third-party/rapidjson/pointer.h
+277 −207 third-party/rapidjson/prettywriter.h
+741 −728 third-party/rapidjson/rapidjson.h
+2,246 −1,694 third-party/rapidjson/reader.h
+2,795 −0 third-party/rapidjson/schema.h
+223 −0 third-party/rapidjson/stream.h
+121 −115 third-party/rapidjson/stringbuffer.h
+481 −0 third-party/rapidjson/uri.h
+710 −413 third-party/rapidjson/writer.h
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ task clean(type: Delete) {
// Define versions in a single place
ext {
// App
appVersion = "5.5"
versionCode = 420
appVersion = "6.0"
versionCode = 421

// Sdk and tools
compileSdkVersion = 30
Expand Down

0 comments on commit 8cc5c43

Please sign in to comment.