mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-22 08:04:26 +00:00
Increase minSdk
to 31
(Android 12)
This commit is contained in:
parent
7def6e3554
commit
dc926e8814
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "eu.steffo.twom"
|
applicationId = "eu.steffo.twom"
|
||||||
minSdk = 29
|
minSdk = 31
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 1
|
versionCode = 1
|
||||||
versionName = "1.0"
|
versionName = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue