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 { defaultConfig {
minSdk 9 minSdk 9
targetSdk sdk_version targetSdk sdk_version
versionCode 127 versionCode 127
versionName '1.62.3' versionName '1.62.3'
} }

View File

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