Skip to content

Commit dd5b6c2

Browse files
author
tuxor1337
committed
Merge pull request #108 from sss/upgrade-target-sdk-version-to-22
Upgrade targetSdkVersion in AndroidManifest.xml to 22
2 parents a22a676 + 73db24a commit dd5b6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document-viewer/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<uses-sdk
1010
android:minSdkVersion="8"
11-
android:targetSdkVersion="19" />
11+
android:targetSdkVersion="22" />
1212

1313
<!-- 0x00010001: OpenGL ES 1.1 -->
1414
<uses-feature

0 commit comments

Comments
 (0)