Skip to content

Commit

Permalink
Releasing bug fixing build
Browse files Browse the repository at this point in the history
Fixes bugs in app list scrolling and non sanitized firebase keys
ORD Countdown calendar now uses Google's SG Holiday calendar through the Google Calendar v3 API
  • Loading branch information
itachi1706 committed Oct 15, 2017
1 parent 2dca54c commit 25f247c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.itachi1706.cheesecakeutilities"
minSdkVersion 16
targetSdkVersion 25
versionCode 465
versionName "3.4.3"
versionCode 474
versionName "3.4.4"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resValue "string", "tray__authority", "${applicationId}.tray"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ public boolean onOptionsItemSelected(MenuItem item) {
return true;
}
ArrayList<GCalHolidayItem> holidayList = new ArrayList<>(Arrays.asList(holiday.getOutput()));
//ArrayList<Holiday> holidayList = new ArrayList<>(getHolidayList().values());
Collections.sort(holidayList, new Comparator<GCalHolidayItem>() {
@Override
public int compare(GCalHolidayItem o1, GCalHolidayItem o2) {
Expand Down

0 comments on commit 25f247c

Please sign in to comment.