Skip to content

Commit

Permalink
fix: Update firebase distribution name and instance url
Browse files Browse the repository at this point in the history
  • Loading branch information
therajanmaurya committed Feb 28, 2025
1 parent e3c8ee2 commit 06be824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BaseURL {
}

companion object {
const val API_ENDPOINT = "gsoc.mifos.community"
const val API_ENDPOINT = "ttifc.mifos.community"
const val API_PATH = "/fineract-provider/api/v1/"
const val PROTOCOL_HTTPS = "https://"
}
Expand Down
2 changes: 1 addition & 1 deletion fastlane-config/android_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module AndroidConfig
firebase_prod_app_id: "1:728434912738:android:d853a78f14af0c381a1dbb",
firebase_demo_app_id: "1:728434912738:android:7845cce9777d9cf11a1dbb",
firebase_service_creds_file: "secrets/firebaseAppDistributionServiceCredentialsFile.json",
firebase_groups: "mifos-mobile-testers"
firebase_groups: "ttifc-mobile-testers"
}

BUILD_PATHS = {
Expand Down

0 comments on commit 06be824

Please sign in to comment.