feat: add btn nav

This commit is contained in:
2026-05-04 13:20:04 +03:30
parent 7d3b5c32b8
commit 1fb7477b5c
26 changed files with 1240 additions and 152 deletions
+6 -4
View File
@@ -1,5 +1,6 @@
pluginManagement {
repositories {
maven { url = uri("https://maven.myket.ir") }
google {
content {
includeGroupByRegex("com\\.android.*")
@@ -7,15 +8,16 @@ pluginManagement {
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
// mavenCentral()
// gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
//google()
//mavenCentral()
maven { url = uri("https://maven.myket.ir") }
}
}