Skip to content

Commit

Permalink
Merge pull request #545 from therajanmaurya/release
Browse files Browse the repository at this point in the history
release: Mifos android-client 1.0.0
  • Loading branch information
therajanmaurya authored Feb 27, 2017
2 parents 8b570c6 + 4ca8d53 commit 5d929aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions mifosng-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.0.0"
// A test runner provided by https://code.google.com/p/android-test-kit/
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 1 addition & 3 deletions mifosng-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mifos.mifosxdroid"
android:versionCode="3"
android:versionName="0.4.0">
package="com.mifos.mifosxdroid">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit 5d929aa

Please sign in to comment.