fixed minsdk so it can actually be uploaded to robot

This commit is contained in:
2024-05-21 12:54:20 +02:00
parent ba0ae4c6b7
commit bad3346475

View File

@@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
applicationId "com.example.fitbot" applicationId "com.example.fitbot"
minSdk 29 minSdk 23
targetSdk 29 targetSdk 29
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"