chore: Clean up settings.gradle.kts by removing unnecessary blank lines

This commit is contained in:
k1ngsterr1
2026-02-08 17:27:56 +05:00
parent abe1a1a710
commit 2d96f6f390

View File

@@ -5,6 +5,7 @@ pluginManagement {
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
@@ -15,5 +16,6 @@ dependencyResolutionManagement {
}
rootProject.name = "rosetta-android"
include(":app")
include(":baselineprofile")