mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 11:49:01 +00:00
remove staging key
This commit is contained in:
parent
0732b0500e
commit
418b2ee8aa
2 changed files with 0 additions and 2 deletions
|
|
@ -180,7 +180,6 @@ android {
|
|||
productFlavors {
|
||||
dev {
|
||||
minSdkVersion 21
|
||||
buildConfigField "String", "STAGING_KEY", "\"1dcf9ed3-3b14-45b3-9e7e-acdfff68a368\""
|
||||
dimension "buildType"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -196,7 +196,6 @@ public class ApiClientImpl implements Action1<Throwable>, ApiClient {
|
|||
if (userAgent != null) {
|
||||
builder = builder.header("user-agent", userAgent);
|
||||
}
|
||||
builder = builder.addHeader("Authorization", "Basic " + BuildConfig.STAGING_KEY);
|
||||
Request request = builder.method(original.method(), original.body())
|
||||
.build();
|
||||
lastAPICallURL = original.url().toString();
|
||||
|
|
|
|||
Loading…
Reference in a new issue