From cdcd8b85b5131bc9aeaab9dd6d657211e745f0ce Mon Sep 17 00:00:00 2001 From: cheesedroid <68005462+egor-white@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:11:45 +0300 Subject: [PATCH 1/2] Update build.gradle.kts --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e3869f9..b36a9a9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,8 +16,8 @@ android { applicationId = "com.cherret.zaprett" minSdk = 29 targetSdk = 35 - versionCode = 24 - versionName = "2.12" + versionCode = 25 + versionName = "2.13" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } @@ -124,4 +124,4 @@ dependencies { androidTestImplementation(libs.androidx.ui.test.junit4) debugImplementation(libs.androidx.ui.tooling) debugImplementation(libs.androidx.ui.test.manifest) -} \ No newline at end of file +} From 35b0068b8c04b855b5540a36720fb35d6bca2efc Mon Sep 17 00:00:00 2001 From: CherretGit Date: Mon, 8 Dec 2025 23:11:49 +0700 Subject: [PATCH 2/2] optimize libbyedpi --- rust/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index fac7e19..1643ae8 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,3 +15,9 @@ crate-type = ["cdylib"] [build-dependencies] cmake = "0.1.49" + +[profile.release] +opt-level = "z" +lto = true +strip = true +codegen-units = 1