Merge pull request #25 from CherretGit/main

bump version and optimize libbyedpi
This commit is contained in:
CherretGit
2025-12-08 23:16:54 +07:00
committed by GitHub
2 changed files with 9 additions and 3 deletions

View File

@@ -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"
}

View File

@@ -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