Improve looks of the app
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
f1890ca010
commit
8ba1a79f8b
12 changed files with 57 additions and 88 deletions
|
@ -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'
|
||||
|
|
Reference in a new issue