Skip to content

Commit

Permalink
release with proguard compressed binary
Browse files Browse the repository at this point in the history
  • Loading branch information
rigid committed Dec 13, 2013
1 parent 3c29578 commit 5e233ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rigid.birthdroid"
android:versionCode="62"
android:versionName="0.6.2">
android:versionCode="63"
android:versionName="0.6.3">

<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
Expand Down
4 changes: 3 additions & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@
<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.2</string>
<string name="about_title">Birthdroid v0.6.3</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.3\n
- use proguard in f-droid to get smaller .apk package\n
\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
Expand Down

0 comments on commit 5e233ed

Please sign in to comment.