Skip to content

Commit

Permalink
Environments for v1.0
Browse files Browse the repository at this point in the history
We had to add a different JSON file for the Chromium environments
because it has a different version number. Also the release notes
blog post is different.
  • Loading branch information
svillar committed Sep 5, 2024
1 parent 923e30e commit b879a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ android {
//shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig getUseDebugSigningOnRelease() ? debug.signingConfig : release.signingConfig
buildConfigField 'String', 'PROPS_ENDPOINT', '"https://igalia.github.io/wolvic/props.json"'
buildConfigField 'String', 'PROPS_ENDPOINT', '"https://igalia.github.io/wolvic/props-chromium.json"'
buildConfigField "String", "MK_API_KEY", "\"${getMKApiKey()}\""
}
debug {
applicationIdSuffix getDevApplicationIdSuffix()
pseudoLocalesEnabled true
buildConfigField 'String', 'PROPS_ENDPOINT', '"https://igalia.github.io/wolvic/props.json"'
buildConfigField 'String', 'PROPS_ENDPOINT', '"https://igalia.github.io/wolvic/props-chromium.json"'
buildConfigField "String", "MK_API_KEY", "\"\""
}
}
Expand Down

0 comments on commit b879a20

Please sign in to comment.