Skip to content

Commit

Permalink
API level 22 is now used.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Apr 19, 2015
1 parent 10bd421 commit cea095e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ License along with this program. If not, see

<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="21" />
android:targetSdkVersion="22" />

</manifest>
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-21
target=android-22
android.library=true
android.library.reference.1=../android-support-v7-appcompat

0 comments on commit cea095e

Please sign in to comment.