Fixed whack gradle bullshit

This commit is contained in:
2024-05-21 12:12:47 +02:00
parent 22c7fcf279
commit 4a00bed410
4 changed files with 6 additions and 2 deletions

3
code/src/.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

View File

@@ -7,6 +7,7 @@
<option name="testRunner" value="GRADLE" /> <option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" /> <option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="jbr-17" />
<option name="modules"> <option name="modules">
<set> <set>
<option value="$PROJECT_DIR$" /> <option value="$PROJECT_DIR$" />

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"

View File

@@ -6,4 +6,4 @@ plugins {
task clean(type: Delete) { task clean(type: Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }