2019-11-30 00:53:59 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="org.opencv"
|
|
|
|
android:versionCode="3480"
|
|
|
|
android:versionName="3.4.8" >
|
|
|
|
|
|
|
|
<uses-sdk
|
2019-12-04 23:05:33 +01:00
|
|
|
android:minSdkVersion="14"
|
2019-11-30 00:53:59 +01:00
|
|
|
android:targetSdkVersion="29" />
|
|
|
|
|
|
|
|
</manifest>
|