-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support Secrets Gradle plugin #2093
Conversation
- Removed optional secrets.properties file declaration - Configured And Applied Keys into default file
secrets.defaults.properties
Outdated
# Provide GEO API Key | ||
GEO_API_KEY = AIzaSyAZTZqvDGyyw21z2Ee7N-dE_WuZQwKL0bs | ||
|
||
DEMO_SERVER_CONFIG = "https://,demo.mifos.community,/fineract-provider/api/v1/,80,default" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is right way, we are going to keep this only, remove rest of it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also add a comment to DEMO_SERVER_CONFIG
#Update DEMO_SERVER_CONFIG according below mentioned your server config
#PROTOCOL_HTTPS = https://
#API_ENDPOINT = demo.mifos.community
#API_PATH = /fineract-provider/api/v1/
#PORT = 80
#TENANT = default
core/network/build.gradle.kts
Outdated
id(libs.plugins.kotlin.parcelize.get().pluginId) | ||
id(libs.plugins.kotlin.kapt.get().pluginId) | ||
} | ||
|
||
val protocol = project.properties["PROTOCOL_HTTPS"].toString() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove these Build config fields
Fixes #2092
Please Add Screenshots If there are any UI changes.
Please make sure these boxes are checked before submitting your pull request - thanks!
Apply the
MifosStyle.xml
style template to your code in Android Studio.Run the unit tests with
./gradlew check
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.