This commit is contained in:
世界 2020-10-01 04:30:37 +00:00
parent 44711da969
commit 56b7e4559e
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
3 changed files with 12 additions and 8 deletions

4
.gitignore vendored
View File

@ -10,4 +10,6 @@ local.properties
/TMessagesProj/jni/boringssl/build/
CMakeLists.txt
CMakeLists.txt.orig
service_account_credentials.json
service_account_credentials.json
*.aar
*.so

View File

@ -46,9 +46,9 @@ configurations {
}
def okHttpVersion = '4.9.0'
def fcmVersion = '20.2.4'
def crashlyticsVersion = '17.2.1'
def playCoreVersion = '1.8.0'
def fcmVersion = '20.3.0'
def crashlyticsVersion = '17.2.2'
def playCoreVersion = '1.8.2'
buildscript {
@ -84,7 +84,7 @@ dependencies {
// replace zxing with latest
// TODO: fix problem with android L
implementation 'com.google.zxing:core:3.4.0'
implementation 'com.google.zxing:core:3.4.1'
compileOnly 'org.checkerframework:checker-qual:3.6.1'
compileOnly 'org.checkerframework:checker-compat-qual:2.5.5'
@ -101,11 +101,11 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:$okHttpVersion"
implementation 'dnsjava:dnsjava:3.2.2'
implementation 'dnsjava:dnsjava:3.3.0'
implementation 'org.dizitart:nitrite:3.4.2'
implementation 'cn.hutool:hutool-core:5.4.3'
implementation 'cn.hutool:hutool-crypto:5.4.3'
implementation 'cn.hutool:hutool-core:5.4.4'
implementation 'cn.hutool:hutool-crypto:5.4.4'
implementation project(":openpgp-api")

View File

@ -25,6 +25,8 @@ if [ ! -x "$(command -v rustc)" ]; then
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# source $HOME/.cargo/env
# rustup target install armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
echo "install rust please!"