You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
575 B

// Settings file for Daily Notification Plugin
// This is a minimal settings.gradle for a Capacitor plugin module
// Capacitor plugins don't typically need a settings.gradle, but it's included
// for standalone builds and Android Studio compatibility
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_PROJECT)
repositories {
google()
mavenCentral()
}
}
rootProject.name = 'daily-notification-plugin'