aboutsummaryrefslogtreecommitdiff
path: root/android/app
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-05-12 20:04:58 +0530
committerAkshay Nair <phenax5@gmail.com>2024-09-29 16:16:39 +0530
commitdda041a9aebc23f7a0576fc4030d06c71fa370d2 (patch)
tree545016cf9df58395dfebc520f9e26dd802a2ffa6 /android/app
parentd87cea9ff2467f93be28533938dfc3a3e5c0c937 (diff)
downloaddaft-launcher-dda041a9aebc23f7a0576fc4030d06c71fa370d2.tar.gz
daft-launcher-dda041a9aebc23f7a0576fc4030d06c71fa370d2.zip
Add draggable favorite apps list
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle
index ebda1a8..378d7b8 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -2,6 +2,8 @@ apply plugin: "com.android.application"
apply plugin: "org.jetbrains.kotlin.android"
apply plugin: "com.facebook.react"
+apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")
+
/**
* This is the configuration block to customize your React Native Android app.
* By default you don't need to apply any configuration, just uncomment the lines you need.