компоненты для круговой диаграммы

This commit is contained in:
2023-02-14 23:14:41 +03:00
parent 748a0b77a3
commit 17e2829f35
16 changed files with 401 additions and 72 deletions
+3
View File
@@ -72,4 +72,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.6.4'
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
//Библиотечка для рисования круговых диаграмок
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
}