This commit is contained in:
Tomáš Mlynarič 2024-12-09 14:21:08 +01:00 committed by GitHub
parent e263f6a8e2
commit 0e0398552f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,12 +20,12 @@ plugins {
}
android {
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId = "com.example.tiptime"
minSdk = 24
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"