mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Revert to target SDK 30
This commit is contained in:
parent
9692230c41
commit
6ba43cd0bb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
targetSdkVersion 30
|
||||
versionCode getVersionCode()
|
||||
versionName "1." + getVersionCode()
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
|
Loading…
Reference in a new issue