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

Commit

Permalink
Bump version to 4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 8, 2012
1 parent 44f7e3f commit 049c5e1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
===============================================================================

Version 4.2.0 *(In Development)*
--------------------------------
Version 4.2.0 *(2012-10-07)*
----------------------------

**Maven `artifactId` is now to 'actionbarsherlock'.**

Expand Down
2 changes: 1 addition & 1 deletion library/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100" android:versionName="4.2.0" package="com.actionbarsherlock">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>

This comment has been minimized.

Copy link
@youtoutou

youtoutou Apr 8, 2013

haha

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>

</manifest>
2 changes: 1 addition & 1 deletion samples/demos/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100" android:versionName="4.2.0" package="com.actionbarsherlock.sample.demos">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>

<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

Expand Down
2 changes: 1 addition & 1 deletion samples/fragments/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
own application, the package name must be changed from "com.example.*"
to come from a domain that you own or have control over. --><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100" android:versionName="4.2.0" package="com.actionbarsherlock.sample.fragments">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>

<uses-permission android:name="android.permission.READ_CONTACTS"/>

Expand Down
2 changes: 1 addition & 1 deletion samples/known-bugs/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100" android:versionName="4.2.0" package="com.actionbarsherlock.sample.knownbugs">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>

<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

Expand Down
2 changes: 1 addition & 1 deletion samples/roboguice/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100" android:versionName="4.2.0" package="com.actionbarsherlock.sample.roboguice">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>

<uses-permission android:name="android.permission.VIBRATE"/>

Expand Down
2 changes: 1 addition & 1 deletion samples/styled/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100" android:versionName="4.2.0" package="com.actionbarsherlock.sample.styled">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>

<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

Expand Down

0 comments on commit 049c5e1

Please sign in to comment.