mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2026-01-07 19:39:46 +05:00
Compare commits
3 Commits
fd69451adc
...
80abf2380a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80abf2380a | ||
|
|
35b0068b8c | ||
|
|
cdcd8b85b5 |
@@ -16,8 +16,8 @@ android {
|
|||||||
applicationId = "com.cherret.zaprett"
|
applicationId = "com.cherret.zaprett"
|
||||||
minSdk = 29
|
minSdk = 29
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 24
|
versionCode = 25
|
||||||
versionName = "2.12"
|
versionName = "2.13"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,3 +15,9 @@ crate-type = ["cdylib"]
|
|||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cmake = "0.1.49"
|
cmake = "0.1.49"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = "z"
|
||||||
|
lto = true
|
||||||
|
strip = true
|
||||||
|
codegen-units = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user