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

Commit

Permalink
Update Android target sdk verion
Browse files Browse the repository at this point in the history
Update Android target sdk version from 19 to 21 to fit upgraded
xwalk_core_library.

BUG=XWALK-3234
  • Loading branch information
fujunwei committed Dec 24, 2014
1 parent eaa4722 commit eb6664e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-19
target=android-21
apk-configurations=
renderscript.opt.level=O0
android.library=true
Expand Down
2 changes: 1 addition & 1 deletion test/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />

<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19"/>
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="21"/>

<instrumentation
android:name="android.test.InstrumentationTestRunner"
Expand Down
2 changes: 1 addition & 1 deletion test/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# project structure.

# Project target.
target=android-19
target=android-21
android.library.reference.1=../framework

0 comments on commit eb6664e

Please sign in to comment.