initial commit: material you calendar widget

This commit is contained in:
Damocles 2026-04-22 01:06:53 +02:00
commit be5362ad76
19 changed files with 754 additions and 0 deletions

18
settings.gradle.kts Normal file
View file

@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "nova-shell-android"
include(":app")