From bad334647500124cc54d0140d6435134bd7255bb Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Tue, 21 May 2024 12:54:20 +0200 Subject: [PATCH] fixed minsdk so it can actually be uploaded to robot --- code/src/Fitbot/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/src/Fitbot/app/build.gradle b/code/src/Fitbot/app/build.gradle index 8c66c27..e63614b 100644 --- a/code/src/Fitbot/app/build.gradle +++ b/code/src/Fitbot/app/build.gradle @@ -7,7 +7,7 @@ android { defaultConfig { applicationId "com.example.fitbot" - minSdk 29 + minSdk 23 targetSdk 29 versionCode 1 versionName "1.0"