Skip to content

Commit

Permalink
Release 1.2 to maven, including support for min/max date and overrida…
Browse files Browse the repository at this point in the history
…ble styles.
  • Loading branch information
SimplicityApks committed Aug 9, 2015
1 parent cbaa35a commit f7e93b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.1.4
VERSION_CODE=10
VERSION_NAME=1.2.0
VERSION_CODE=11
GROUP=com.simplicityapks

POM_DESCRIPTION=An intuitive and simplistic Date and Time Picker for reminders. This Android library mirrors the date picker seen in the Google Keep app and adds important features and enhancements.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.CheckBox;
Expand All @@ -16,7 +16,7 @@
import java.text.DateFormat;
import java.util.Calendar;

public class MainActivity extends ActionBarActivity implements CompoundButton.OnCheckedChangeListener{
public class MainActivity extends AppCompatActivity implements CompoundButton.OnCheckedChangeListener{

private String FLAG_DARK_THEME = "flag_dark_theme";
private boolean useDarkTheme = false;
Expand Down

0 comments on commit f7e93b3

Please sign in to comment.