Skip to content

Commit

Permalink
chore: add OONI_API_BASE_URL to stable flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed May 20, 2024
1 parent 04c7c8c commit b1e950f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ android {
stable {
dimension 'testing'
buildConfigField 'String', 'BASE_SOFTWARE_NAME', '"ooniprobe-android"'
buildConfigField 'String', 'OONI_API_BASE_URL', '"https://api.dev.ooni.io"'
}
dev {
dimension 'testing'
Expand Down

0 comments on commit b1e950f

Please sign in to comment.