mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Oops
This commit is contained in:
parent
7723245495
commit
28ba65ed44
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ android {
|
||||||
// https://apilevels.com/
|
// https://apilevels.com/
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "eu.faircode.email"
|
applicationId "eu.faircode.email"
|
||||||
compileSdk 35
|
compileSdk 34
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 35
|
targetSdkVersion 34
|
||||||
//targetSdkPreview "VanillaIceCream"
|
//targetSdkPreview "VanillaIceCream"
|
||||||
versionCode getVersionCode()
|
versionCode getVersionCode()
|
||||||
versionName "1." + getVersionCode()
|
versionName "1." + getVersionCode()
|
||||||
|
|
Loading…
Reference in a new issue