build: add fluent icons as a dependency

This commit is contained in:
LucasGGamerM 2024-11-20 10:07:09 -03:00
parent 42dc06f6cc
commit 78224674a0

View file

@ -101,6 +101,9 @@ dependencies {
annotationProcessor 'org.parceler:parceler:1.1.12' annotationProcessor 'org.parceler:parceler:1.1.12'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
// MOSHIDON: fluent icons ftw
implementation 'com.microsoft.design:fluent-system-icons:1.1.265@aar'
// MOSHIDON: we don't do that here // MOSHIDON: we don't do that here
// def appCenterSdkVersion = "5.0.4" // def appCenterSdkVersion = "5.0.4"
// appcenterPrivateBetaImplementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}" // appcenterPrivateBetaImplementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"