Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Bump to version 3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 23, 2011
1 parent 37b0a6a commit ae253c8
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
===============================================================================

Version 3.0.2 *(2010-06-23)*
----------------------------

* Sub-menus for action items are now shown in a list dialog.
* Moved certain classes to the `com.actionbarsherlock.internal` package which
were not meant for public consumption. Despite being given `public` scope in
this new package, these classes should **NOT** be used under any circumstances
as their API can be considered highly volatile and is subject to change often
and without warning.


Version 3.0.1 *(2010-06-08)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions library/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.actionbarsherlock"
android:versionCode="7"
android:versionName="3.0.1">
android:versionCode="8"
android:versionName="3.0.2">

<uses-sdk
android:minSdkVersion="4"
Expand Down
4 changes: 2 additions & 2 deletions samples/featuredemo/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.actionbarsherlock.sample.featuredemo"
android:versionCode="7"
android:versionName="3.0.1">
android:versionCode="8"
android:versionName="3.0.2">

<uses-sdk
android:minSdkVersion="4"
Expand Down
4 changes: 2 additions & 2 deletions samples/hcgallery/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.actionbarsherlock.sample.hcgallery"
android:versionCode="7"
android:versionName="3.0.1">
android:versionCode="8"
android:versionName="3.0.2">

<uses-sdk
android:minSdkVersion="4"
Expand Down
4 changes: 2 additions & 2 deletions samples/shakespeare/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.actionbarsherlock.sample.shakespeare"
android:versionCode="7"
android:versionName="3.0.1">
android:versionCode="8"
android:versionName="3.0.2">

<uses-sdk
android:minSdkVersion="4"
Expand Down
4 changes: 2 additions & 2 deletions samples/styled/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.actionbarsherlock.sample.styledactionbar"
android:versionCode="7"
android:versionName="3.0.1">
android:versionCode="8"
android:versionName="3.0.2">

<uses-sdk
android:minSdkVersion="4"
Expand Down
4 changes: 2 additions & 2 deletions test/app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.actionbarsherlock.tests.app"
android:versionCode="7"
android:versionName="3.0.1">
android:versionCode="8"
android:versionName="3.0.2">

<uses-sdk
android:minSdkVersion="4"
Expand Down
4 changes: 2 additions & 2 deletions test/runner/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.actionbarsherlock.tests.runner"
android:versionCode="7"
android:versionName="3.0.1">
android:versionCode="8"
android:versionName="3.0.2">

<uses-sdk
android:minSdkVersion="4"
Expand Down

0 comments on commit ae253c8

Please sign in to comment.