mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 23:54:26 +00:00
Bump targetSdk to 34
This commit is contained in:
parent
d439ea5dac
commit
fea2c46a48
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "eu.steffo.twom"
|
namespace = "eu.steffo.twom"
|
||||||
compileSdk = 33
|
compileSdk = 34
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "eu.steffo.twom"
|
applicationId = "eu.steffo.twom"
|
||||||
minSdk = 29
|
minSdk = 29
|
||||||
targetSdk = 33
|
targetSdk = 34
|
||||||
versionCode = 1
|
versionCode = 1
|
||||||
versionName = "1.0"
|
versionName = "1.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue