Updated manifest

This commit is contained in:
Luca Warmenhoven
2024-05-17 15:28:43 +02:00
parent aa33bf2f12
commit 368067eb8b
3 changed files with 8 additions and 1 deletions

View File

@@ -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'

View File

@@ -20,7 +20,6 @@
android:name=".EndScreenActivity"
android:exported="false" />
<activity
android:name=".MainActivity"
android:name=".ui.activities.FitnessActivity"
android:exported="true" >