Skip to content

Commit fb4278b

Browse files
Merge pull request #172 from NatLibFi/EKIRJASTO-76_build-flavors
Ekirjasto 76 build flavors
2 parents cad10f1 + ff7b86f commit fb4278b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

simplified-app-ekirjasto/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ android {
196196

197197
// Product flavors: environments from least stable to most stable
198198
productFlavors {
199-
create("ellibs") {
199+
create("localhost") {
200200
versionCode = versionCodeBase + 4
201201
// Set as default flavor, otherwise alphabetically first will be the default
202202
isDefault = true
203-
val circURL = "https://circulation-beta.ellibs.com"
203+
val circURL = "http://1.2.3.4:6500" // remember to include port, if necessary
204204
buildConfigField("String", "CIRCULATION_API_URL", "\"$circURL\"")
205-
val libProvider = "2fcb96c3-b639-4b12-ab50-4172a0410a07"
205+
val libProvider = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" // format: 8-4-4-4-12
206206
buildConfigField("String", "LIBRARY_PROVIDER_ID", "\"$libProvider\"")
207207
}
208208
create("dev") {

0 commit comments

Comments
 (0)