Improve looks of the app

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-12-08 22:52:54 +01:00
parent f1890ca010
commit 8ba1a79f8b
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
12 changed files with 57 additions and 88 deletions

View file

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