qt-dev should be v290000000 and targetSdkVersion=29

Bug: 129546105
Change-Id: I773434e61f4ef25c180ec590395672a021147e76
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 496fa4d..fb37356 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,9 +19,10 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.android.networkstack.permissionconfig"
     android:sharedUserId="android.uid.networkstack"
-    android:versionCode="210000000"
-    android:versionName="Q-initial">
-    <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" />
+    android:versionCode="290000000"
+    android:versionName="2019-09"
+>
+    <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
     <!--
     This package only exists to define the below permissions, and enforce that they are only
     granted to apps sharing the same signature.