Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Arrumando URL #104

Merged
merged 2 commits into from
Sep 28, 2024
Merged

fix: Arrumando URL #104

merged 2 commits into from
Sep 28, 2024

Conversation

douglasmouralds
Copy link
Contributor

Issue

This pull request refers to Issue #

  • Does not apply to this pull request

Description

Please include a summary of the change and which issue is fixed.

Types of changes

  • New feature (non-breaking change which adds functionality).
  • Bug fix (non-breaking change which fixes an issue).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

What changed:

  • UI
  • Business rule
  • Documentation
  • Gradle or Build
  • Navigation
  • Tests
  • Resource files
  • Project architecture
  • Code style

Checklist

  • Have tested the changes.
  • Met all the acceptance requirements of this task.
  • Verified if branch is up-to-date with develop (if not - rebase it or merge it).
  • Resolve git conflicts

If any of the acceptance criteria are not met, please explain why below

What is the criteria? Why it is different?

Copy link
Contributor

@CroyzCamel CroyzCamel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tudo certo , pra cima, parabéns.

@@ -35,10 +35,10 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
buildConfigField("String", "BASE_URL_RELEASE", "\"${System.getenv("BASE_URL") ?: "missing-url"}\"")
buildConfigField("String", "BASE_URL", "\"https://routinely-api-dev.onrender.com/\"")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bacana demais.

}
debug {
buildConfigField("String", "BASE_URL_DEBUG", "\"${System.getenv("BASE_URL") ?: "missing-url"}\"")
buildConfigField("String", "BASE_URL", "\"https://routinely-api-dev.onrender.com/\"")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lançou a braba.

@CroyzCamel CroyzCamel added this pull request to the merge queue Sep 28, 2024
Merged via the queue into develop with commit 737cbc9 Sep 28, 2024
1 check passed
@CroyzCamel CroyzCamel deleted the feat/fix-project branch September 28, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants