diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d0a4004..02ead3a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -106,6 +106,13 @@ "vue.rearranger.settings.migration": "true" } } + + + + + + + diff --git a/code/src/Fitbot/app/build.gradle b/code/src/Fitbot/app/build.gradle index 6494462..8c66c27 100644 --- a/code/src/Fitbot/app/build.gradle +++ b/code/src/Fitbot/app/build.gradle @@ -34,6 +34,7 @@ dependencies { implementation 'com.android.support.constraint:constraint-layout:2.0.4' implementation 'com.android.support:cardview-v7:28.0.0' implementation 'com.android.support:design:28.0.0' + implementation 'com.android.support:support-v4:+' implementation 'org.joml:joml:1.10.5' implementation 'com.google.code.gson:gson:2.8.6' testImplementation 'junit:junit:4.13.2' diff --git a/code/src/Fitbot/app/src/main/AndroidManifest.xml b/code/src/Fitbot/app/src/main/AndroidManifest.xml index c664f73..6aa2fae 100644 --- a/code/src/Fitbot/app/src/main/AndroidManifest.xml +++ b/code/src/Fitbot/app/src/main/AndroidManifest.xml @@ -20,7 +20,6 @@ android:name=".EndScreenActivity" android:exported="false" />