Commit ddd91bce authored by Alexander Alekhin's avatar Alexander Alekhin

android: add targetSdkVersion="21"

parent a21be670
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
android:versionCode="@OPENCV_VERSION_MAJOR@@OPENCV_VERSION_MINOR@@OPENCV_VERSION_PATCH@0" android:versionCode="@OPENCV_VERSION_MAJOR@@OPENCV_VERSION_MINOR@@OPENCV_VERSION_PATCH@0"
android:versionName="@OPENCV_VERSION@"> android:versionName="@OPENCV_VERSION@">
<uses-sdk android:minSdkVersion="8" /> <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="21" />
</manifest> </manifest>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment