Skip to content

Commit 3ac3c37

Browse files
committedJul 15, 2021
Update to 7.8.1
1 parent dd2b001 commit 3ac3c37

File tree

429 files changed

+138170
-2445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

429 files changed

+138170
-2445
lines changed
 

‎TMessagesProj/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configurations.all {
1515
}
1616

1717
dependencies {
18-
implementation 'androidx.core:core:1.5.0'
18+
implementation 'androidx.core:core:1.6.0'
1919
implementation 'androidx.palette:palette:1.0.0'
2020
implementation 'androidx.exifinterface:exifinterface:1.3.2'
2121
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'
@@ -26,7 +26,7 @@ dependencies {
2626
compileOnly 'org.checkerframework:checker-compat-qual:2.5.0'
2727
implementation 'com.google.firebase:firebase-messaging:22.0.0'
2828
implementation 'com.google.firebase:firebase-config:21.0.0'
29-
implementation 'com.google.firebase:firebase-datatransport:18.0.0'
29+
implementation 'com.google.firebase:firebase-datatransport:18.0.1'
3030
implementation 'com.google.firebase:firebase-appindexing:20.0.0'
3131
implementation 'com.google.android.gms:play-services-maps:17.0.1'
3232
implementation 'com.google.android.gms:play-services-auth:19.0.0'
@@ -299,7 +299,7 @@ android {
299299
}
300300
}
301301

302-
defaultConfig.versionCode = 2360
302+
defaultConfig.versionCode = 2372
303303

304304
applicationVariants.all { variant ->
305305
variant.outputs.all { output ->
@@ -318,7 +318,7 @@ android {
318318
defaultConfig {
319319
minSdkVersion 16
320320
targetSdkVersion 29
321-
versionName "7.8.0"
321+
versionName "7.8.1"
322322

323323
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']
324324

‎TMessagesProj/jni/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ target_include_directories(${NATIVE_LIB} PUBLIC
669669
lz4)
670670

671671
target_link_libraries(${NATIVE_LIB}
672-
-Wl,--whole-archive rnnoise voipandroid -Wl,--no-whole-archive
672+
-Wl,--whole-archive rnnoise openh264 voipandroid -Wl,--no-whole-archive
673673
tgvoip
674674
tgcalls
675675
tgcalls_tp

1 commit comments

Comments
 (1)

huezo commented on Jul 15, 2021

@huezo

@DrKLO Please update the Telegram version of Appgalery!!
https://appgallery.huawei.com/#/app/C101184875

Please sign in to comment.