mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Update minimum SDk version to 9
This commit is contained in:
parent
6c3dcf5730
commit
c4363559c8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
package="com.gst_sdk_tutorials.tutorial_1"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
<uses-sdk android:minSdkVersion="3" />
|
||||
<uses-sdk android:minSdkVersion="9" />
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="true"
|
||||
android:icon="@drawable/gst_sdk_icon">
|
||||
|
|
Loading…
Reference in a new issue