1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-10-16 14:37:33 +00:00

Bump targetSdk to 34

This commit is contained in:
Steffo 2023-11-04 14:57:29 +01:00
parent d439ea5dac
commit fea2c46a48
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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"