Skip to content

Commit

Permalink
using targetSdkVersion=19 now, changed about text, version bump to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rigid committed Dec 11, 2013
1 parent f42493d commit 2010f7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rigid.birthdroid"
android:versionCode="61"
android:versionName="0.6.1">
android:versionCode="62"
android:versionName="0.6.2">

<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-sdk android:minSdkVersion="8" />
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />

<!-- main application -->
<application
Expand Down
6 changes: 5 additions & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,15 @@
<string name="prefs_summary_layout_settings">Adjust layout settings</string>
<string name="prefs_summary_flip_interval">Flip to next contact every n seconds</string>
<string name="prefs_summary_widget_clickable">Open Birthdroid upon click on widget?</string>
<string name="about_title">Birthdroid v0.6.1</string>
<string name="about_title">Birthdroid v0.6.2</string>
<string name="about_copyright">2011-2013 (c) Daniel Hiepler</string>
<string name="about_url">http://github.com/rigid/Birthdroid</string>
<string name="about_description">Simple application to show upcoming birthdays.</string>
<string name="about_changes">
\n* v0.6.2\n
- added appcompat library, so ActionBar can be used to enable devices without physical menu button to access the menu. Thanks to exploidex for reporting.\n
- adapted layout to newly added ActionBar\n
- minor code changes\n
\n* v0.6.1\n
- support birthdays that don\'t have a year set\n
\n* v0.6\n
Expand Down

0 comments on commit 2010f7e

Please sign in to comment.