Skip to content

Commit

Permalink
Refinds
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Oct 1, 2020
1 parent 44711da commit 56b7e45
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down Expand Up @@ -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'
Expand All @@ -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")

Expand Down
2 changes: 2 additions & 0 deletions bin/update_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit 56b7e45

Please sign in to comment.