-
Notifications
You must be signed in to change notification settings - Fork 599
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
feat: upgrade gradle groovy to kotlin dsl #2062
Conversation
@therajanmaurya Can you please review this PR. |
@@ -1,15 +1,15 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |||
xmlns:tools="http://schemas.android.com/tools"> | |||
<!-- package="com.mifos.mifosxdroid">--> | |||
<!-- package="com.mifos.mifosxdroid">--> |
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 this we don't need this
@@ -26,18 +26,16 @@ | |||
<meta-data | |||
android:name="com.google.android.gms.version" | |||
android:value="@integer/google_play_services_version" /> | |||
<!-- <meta-data--> | |||
<!-- android:name="io.fabric.ApiKey"--> | |||
<!-- android:value="facae47316396ae7954149cc408e25b7a37ab7ea" />--> |
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.
Open an issue to implement the firebase inplace of fabric, upgrade fabric to firebase
@therajanmaurya I have done the required changes |
Fixes #2061
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.