diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8380477838..aac5cb3920 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -111,7 +111,7 @@ android { "-ffunction-sections", "-fdata-sections", "-Wl,--gc-sections", - "-Oz", + "-O3", "-Wl,--exclude-libs,ALL", "-DNDEBUG", )