Skip to content
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

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

Aditya-gupta99
Copy link
Collaborator

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 anything

  • If you have multiple commits please combine them into one commit by squashing them.

@Aditya-gupta99
Copy link
Collaborator Author

@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">-->
Copy link
Member

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" />-->
Copy link
Member

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

@Aditya-gupta99
Copy link
Collaborator Author

@therajanmaurya I have done the required changes

@therajanmaurya therajanmaurya merged commit e858853 into openMF:master Feb 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: upgrade gradle grovvy to kotlin dsl
2 participants