mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Merge pull request #16222 from hannesa2:AndroidMoveVersionInfo
Android move version info to Gradle style * move version info to Gradle style * Use VERSION_NAME in loader * apply review suggestion
This commit is contained in:
committed by
Alexander Alekhin
parent
ccfca869e5
commit
43a91f82fe
@@ -1,8 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.opencv"
|
||||
android:versionCode="@OPENCV_VERSION_MAJOR@@OPENCV_VERSION_MINOR@@OPENCV_VERSION_PATCH@0"
|
||||
android:versionName="@OPENCV_VERSION@">
|
||||
package="org.opencv">
|
||||
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="21" />
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user