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 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jul 19, 2012
1 parent 2cade1d commit 2ab5edc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 1.1.0 *(2012-07-19)*
----------------------------

* Add `startActivityForResult` compatibility method.


Version 1.0.1 *(2012-07-07)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Usage
-----

Use `ActivityOptionsCompat2` just as you would [`ActivityOptions`][api] and use
`ActivityCompat2` for calling `startActivity`.
`ActivityCompat2` for calling `startActivity` or `startActivityForResult`.

```java
Intent intent = new Intent(this, OtherActivity.class);
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ fi
rm -rf out *.jar
mkdir out
javac -d out -cp "$ANDROID_HOME/platforms/android-16/android.jar:libs/android-support-v4.jar" src/main/java/com/jakewharton/activitycompat2/*
$(cd out && jar cf ../ActivityCompat2-1.0.1.jar *)
$(cd out && jar cf ../ActivityCompat2-1.1.0.jar *)
rm -rf out

0 comments on commit 2ab5edc

Please sign in to comment.