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

Commit eb6664e

Browse files
committed
Update Android target sdk verion
Update Android target sdk version from 19 to 21 to fit upgraded xwalk_core_library. BUG=XWALK-3234
1 parent eaa4722 commit eb6664e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

framework/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Indicates whether an apk should be generated for each density.
1111
split.density=false
1212
# Project target.
13-
target=android-19
13+
target=android-21
1414
apk-configurations=
1515
renderscript.opt.level=O0
1616
android.library=true

test/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
4848
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
4949

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

5252
<instrumentation
5353
android:name="android.test.InstrumentationTestRunner"

test/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-19
11+
target=android-21
1212
android.library.reference.1=../framework

0 commit comments

Comments
 (0)