Skip to content

Commit 3409cb1

Browse files
committed
update to 11.0.0 (5143)
1 parent 5fa5549 commit 3409cb1

File tree

362 files changed

+36214
-7347
lines changed

Some content is hidden

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

362 files changed

+36214
-7347
lines changed

TMessagesProj/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ dependencies {
4242
implementation 'com.googlecode.mp4parser:isoparser:1.0.6'
4343
implementation 'com.stripe:stripe-android:2.0.2'
4444
implementation 'com.google.mlkit:language-id:16.1.1'
45-
implementation 'com.android.billingclient:billing:5.1.0'
45+
implementation 'com.android.billingclient:billing:6.0.1'
4646
implementation 'com.google.code.gson:gson:2.10'
4747
implementation 'com.google.guava:guava:31.1-android'
48-
implementation 'com.airbnb.android:lottie:6.4.0'
4948
implementation 'com.google.android.play:integrity:1.3.0'
5049
implementation 'com.google.android.gms:play-services-safetynet:18.0.1'
5150

@@ -217,7 +216,9 @@ apply plugin: 'com.google.gms.google-services'
217216

218217
task checkVisibility {
219218
doFirst {
220-
def isPrivateBuild = project.gradle.startParameter.taskNames.find { it.contains("HA_private") }
219+
def isPrivateBuild = project.gradle.startParameter.taskNames.find {
220+
it.contains("HA_private") || it.contains("Debug") || it.contains("Release")
221+
}
221222
def isPublicAllowed = !project.hasProperty("IS_PRIVATE") || !project.property("IS_PRIVATE").toBoolean()
222223
if (!isPrivateBuild && !isPublicAllowed) {
223224
throw new GradleException("Building public version of private code!")

TMessagesProj/jni/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ elseif(${ANDROID_ABI} STREQUAL "arm64-v8a")
268268
rlottie/src/vector/pixman/pixman-arma64-neon-asm.S)
269269
endif()
270270

271+
271272
#flac
272273
add_library(flac STATIC
273274
exoplayer/libFLAC/bitmath.c
@@ -447,7 +448,8 @@ add_library(${NATIVE_LIB} SHARED
447448
exoplayer/ffmpeg_jni.cc
448449
fast-edge.cpp
449450
genann.c
450-
secureid_ocr.cpp)
451+
secureid_ocr.cpp
452+
)
451453

452454
target_compile_options(${NATIVE_LIB} PUBLIC
453455
-ffast-math -Os -funroll-loops -ffast-math -fno-strict-aliasing -fno-math-errno)
Binary file not shown.
19.4 KB
Binary file not shown.
Binary file not shown.
64 Bytes
Binary file not shown.
Binary file not shown.
64 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)