File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,13 +196,13 @@ android {
196
196
197
197
// Product flavors: environments from least stable to most stable
198
198
productFlavors {
199
- create(" ellibs " ) {
199
+ create(" localhost " ) {
200
200
versionCode = versionCodeBase + 4
201
201
// Set as default flavor, otherwise alphabetically first will be the default
202
202
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
204
204
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
206
206
buildConfigField(" String" , " LIBRARY_PROVIDER_ID" , " \" $libProvider \" " )
207
207
}
208
208
create(" dev" ) {
You can’t perform that action at this time.
0 commit comments