diff --git a/src/MagSend/app/build.gradle b/src/MagSend/app/build.gradle index 3d615d2..acfdf25 100644 --- a/src/MagSend/app/build.gradle +++ b/src/MagSend/app/build.gradle @@ -35,7 +35,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.5.1' - implementation 'com.google.android.material:material:1.6.1' + implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' testImplementation 'junit:junit:4.13.2' diff --git a/src/MagSend/app/src/main/AndroidManifest.xml b/src/MagSend/app/src/main/AndroidManifest.xml index a0e7876..4a013db 100644 --- a/src/MagSend/app/src/main/AndroidManifest.xml +++ b/src/MagSend/app/src/main/AndroidManifest.xml @@ -3,6 +3,7 @@ xmlns:tools="http://schemas.android.com/tools"> - - + app:layout_constraintTop_toTopOf="parent" /> - +