Init androidstudio project

This commit is contained in:
2023-11-18 20:14:28 +01:00
parent 9f3e183d72
commit c0b5119a8e
45 changed files with 1088 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Simplecloudnotifier2"
include(":app")