Skip to content

Commit

Permalink
Merge pull request #558 from therajanmaurya/release
Browse files Browse the repository at this point in the history
release: Mifos android-client build 1.0.1
  • Loading branch information
therajanmaurya authored Mar 5, 2017
2 parents d589d43 + c024780 commit 2883527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mifosng-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.0.0"
versionCode 6
versionName "1.0.1"
// A test runner provided by https://code.google.com/p/android-test-kit/
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion mifosng-android/src/main/res/layout/row_document_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="8dp">

<TextView
Expand Down

0 comments on commit 2883527

Please sign in to comment.