Skip to content

Commit

Permalink
chore: Remove TODO from gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Dec 27, 2024
1 parent e2979fa commit ede3313
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ android {
useSupportLibrary = true
}

// TODO: Remove Preprod url when API is in Prod
val preprodHost = "swisstransfer.preprod.dev.infomaniak.ch"
val prodHost = "www.swisstransfer.com"
resValue("string", "preprod_host", preprodHost)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
repositories {
google()
// mavenLocal() // TODO: Do not put this in production
// mavenLocal() // Do not put this in production
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
Expand Down

0 comments on commit ede3313

Please sign in to comment.