Update minimum SDk version to 9
authorXavi Artigas <xartigas@fluendo.com>
Wed, 12 Sep 2012 15:38:17 +0000 (17:38 +0200)
committerXavi Artigas <xartigas@fluendo.com>
Wed, 12 Sep 2012 15:38:17 +0000 (17:38 +0200)
gst-sdk/tutorials/android-tutorial-1/AndroidManifest.xml

index dfc3c54..88f60ce 100755 (executable)
@@ -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">