Skip to content

Conversation

@dilpreet2028
Copy link
Member

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.

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<uses-sdk tools:overrideLibrary="com.mifos.mobile.passcode" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Library min sdk version is 15 and android client is 11, so I had to add this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dilpreet96 remove it we have minimum SDK 15 now

@therajanmaurya
Copy link
Member

Hi @droidchef I think we should move to min sdk 15 because now days almost we cove all the devices in sdk 15, what do you say?

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<uses-sdk tools:overrideLibrary="com.mifos.mobile.passcode" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dilpreet96 remove it we have minimum SDK 15 now

@therajanmaurya therajanmaurya merged commit 664830c into openMF:master Jun 12, 2018
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.

2 participants