Skip to content

Commit

Permalink
Device status added
Browse files Browse the repository at this point in the history
Code cleaning

Signed-off-by: Manfred Müller <[email protected]>
  • Loading branch information
Manfred Mueller authored and Manfred Müller committed Oct 10, 2023
1 parent e5425f5 commit 520062b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ cd "$SAVED" >/dev/null
APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`

# Add a section to set environment variables for API_KEY and API_URL
API_KEY_ENV="API_KEY"
API_URL_ENV="API_URL"

if [ -n "$API_KEY_ENV" ] && [ -n "$API_URL_ENV" ]; then
buildConfigField "String", "API_KEY", "\"${!API_KEY_ENV}\""
buildConfigField "String", "API_URL", "\"${!API_URL_ENV}\""
fi

# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS=""

Expand Down

0 comments on commit 520062b

Please sign in to comment.