0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Fix indent in settings.gradle

Match this with the rest of the project.
This commit is contained in:
Markus Fisch 2023-12-18 12:27:34 +01:00
parent 3dfa84a33e
commit 8426f66cfb
2 changed files with 12 additions and 11 deletions

View File

@ -8,6 +8,7 @@ android {
defaultConfig {
minSdk 9
targetSdk sdk_version
versionCode 127
versionName '1.62.3'
}

View File

@ -1,17 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "Binary Eye"