diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 1249355d..fdb9ee37 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -230,6 +230,8 @@ preBuild.dependsOn(frostWebGen) repositories { google() + // Required for exomedia + jcenter() mavenCentral() maven { url "https://jitpack.io" } } @@ -299,6 +301,9 @@ dependencies { debugImplementation kau.Dependencies.leakCanary //Icons + implementation kau.Dependencies.iconics + + implementation kau.Dependencies.iconicsGoogle implementation kau.Dependencies.iconicsMaterial implementation kau.Dependencies.iconicsCommunity |