Skip to content

Commit

Permalink
release v0.2.44
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Nov 20, 2020
1 parent 5706088 commit 63b9eb3
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 33
versionName "0.2.43"
versionCode 34
versionName "0.2.44"
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 @@ -77,7 +77,7 @@
public class HIA2ReportsActivity extends AppCompatActivity {

public static final int REQUEST_CODE_GET_JSON = 3432;
public static final int MONTH_SUGGESTION_LIMIT = 9;
public static final int MONTH_SUGGESTION_LIMIT = 3;
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 63b9eb3

Please sign in to comment.