Migrate from Bucket

This commit is contained in:
2024-10-28 20:47:35 +00:00
commit 445e130ebf
84 changed files with 4416 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 = "MyWallet"
include(":app")