Skip to content

Commit

Permalink
update report filter to last 4 months
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Nov 25, 2020
1 parent 25c7d2c commit 61809e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions opensrp-giz-malawi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId "org.smartregister.giz"
minSdkVersion androidMinSdkVersion
targetSdkVersion androidTargetSdkVersion
versionCode 35
versionName "0.2.45"
versionCode 36
versionName "0.2.46"
multiDexEnabled true
buildConfigField "long", "MAX_SERVER_TIME_DIFFERENCE", "1800000l"
buildConfigField "boolean", "TIME_CHECK", "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
public class HIA2ReportsActivity extends AppCompatActivity {

public static final int REQUEST_CODE_GET_JSON = 3432;
public static final int MONTH_SUGGESTION_LIMIT = 10;
public static final int MONTH_SUGGESTION_LIMIT = 4;
public static final String FORM_KEY_CONFIRM = "confirm";
public static final DateFormat yyyyMMdd = new SimpleDateFormat("yyyy-MM-dd", Locale.ENGLISH);

Expand Down

0 comments on commit 61809e1

Please sign in to comment.