Migrated SVG generation to apk-build

This commit is contained in:
soraefir
2024-04-01 15:53:10 +02:00
parent aa057328d9
commit 3ea1a86590
274 changed files with 6947 additions and 668 deletions

View File

@ -48,10 +48,6 @@ dependencies {
implementation 'com.google.android.material:material:1.11.0'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'com.caverock:androidsvg-aar:1.4'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
implementation "com.github.AppDevNext:AndroidChart:3.1.0.21"