Skip to content

Commit

Permalink
Task/pre release/v13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
es-mega committed Jul 18, 2024
1 parent 20c7278 commit a36f0ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ extra["targetSdkVersion"] = 34
extra["buildTools"] = "35.0.0"

// Prebuilt MEGA SDK version
extra["megaSdkVersion"] = "20240710.022013-rel"
extra["megaSdkVersion"] = "20240718.035505-rel"

//JDK and Java Version
extra["jdk"] = "17"
Expand Down
4 changes: 3 additions & 1 deletion sdk/src/main/jni/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ CRYPTOPP=cryptopp
CRYPTOPP_VERSION=820
CRYPTOPP_SOURCE_FILE=cryptopp${CRYPTOPP_VERSION}.zip
CRYPTOPP_SOURCE_FOLDER=${CRYPTOPP}/${CRYPTOPP}
CRYPTOPP_DOWNLOAD_URL=http://www.cryptopp.com/${CRYPTOPP_SOURCE_FILE}
#CRYPTOPP_DOWNLOAD_URL=http://www.cryptopp.com/${CRYPTOPP_SOURCE_FILE}
# www.cryptopp.com is not reachable on July 18, 2024. Use Artifactory instead.
CRYPTOPP_DOWNLOAD_URL=${ARTIFACTORY_BASE_URL}:443/artifactory/android-mega/cicd/build-sdk/cryptopp820.zip
CRYPTOPP_SHA1="b042d2f0c93410abdec7c12bcd92787d019f8da1"

SQLITE=sqlite
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/jni/mega/sdk
Submodule sdk updated 1 files
+12 −10 src/db/sqlite.cpp

0 comments on commit a36f0ca

Please sign in to comment.