Skip to content

Commit

Permalink
Merge pull request #186 from Brijeshthummar02/qa-test
Browse files Browse the repository at this point in the history
Test environment removed
  • Loading branch information
jo-elimu authored Mar 2, 2025
2 parents 2251f4e + 2fdc09a commit 692470a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ android {
applicationIdSuffix ".debug"
versionNameSuffix "-debug"
}
qa_test {
initWith debug
applicationIdSuffix ".test"
versionNameSuffix "-test"
}
release {
minifyEnabled false
}
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/java/ai/elimu/analytics/BaseApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ public Retrofit getRetrofit() {
public String getBaseUrl() {
Language language = SharedPreferencesHelper.getLanguage(getApplicationContext());
String url = "https://" + language.getIsoCode();
if (!"release".equals(BuildConfig.BUILD_TYPE)) {
url += ".test";
}
url += ".elimu.ai";
return url;
}
Expand Down

0 comments on commit 692470a

Please sign in to comment.