mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 15:44: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 {
|
||||
namespace = "eu.steffo.twom"
|
||||
compileSdk = 33
|
||||
compileSdk = 34
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "eu.steffo.twom"
|
||||
minSdk = 29
|
||||
targetSdk = 33
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue