We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f58c66 commit d9fddbaCopy full SHA for d9fddba
simplified-app-ekirjasto/build.gradle.kts
@@ -196,13 +196,13 @@ android {
196
197
// Product flavors: environments from least stable to most stable
198
productFlavors {
199
- create("ellibs") {
+ create("localhost") {
200
versionCode = versionCodeBase + 4
201
// Set as default flavor, otherwise alphabetically first will be the default
202
isDefault = true
203
- val circURL = "https://circulation-beta.ellibs.com"
+ val circURL = "LOCAL_IP_ADDRESS"
204
buildConfigField("String", "CIRCULATION_API_URL", "\"$circURL\"")
205
- val libProvider = "2fcb96c3-b639-4b12-ab50-4172a0410a07"
+ val libProvider = "LOCAL_CIRC_LIBRARY_UUID"
206
buildConfigField("String", "LIBRARY_PROVIDER_ID", "\"$libProvider\"")
207
}
208
create("dev") {
0 commit comments