summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <aksh@google.com>2019-06-07 13:49:35 -0700
committerAkshay <aksh@google.com>2019-06-11 00:42:21 +0000
commit815b53bcc19c9134dfe1726be08a19cccfa9badc (patch)
tree8c3210ebf8282105da3271fe94b5bd9ab6f50c6d
parent4fc75397ca879df903d36c7cbf941413cbd2e09b (diff)
downloadNetworkPermissionConfig-815b53bcc19c9134dfe1726be08a19cccfa9badc.tar.gz
qt-dev should be v290000000 and targetSdkVersion=29android10-dev
Bug: 129546105 Change-Id: I773434e61f4ef25c180ec590395672a021147e76
-rw-r--r--AndroidManifest.xml7
1 files changed, 4 insertions, 3 deletions
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.