summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <aksh@google.com>2019-06-11 11:24:33 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-11 11:24:33 -0700
commit8e69cf7168caef86d66aa663c2e303c73a8d77ab (patch)
tree8c3210ebf8282105da3271fe94b5bd9ab6f50c6d
parent4fc75397ca879df903d36c7cbf941413cbd2e09b (diff)
parent815b53bcc19c9134dfe1726be08a19cccfa9badc (diff)
downloadNetworkPermissionConfig-8e69cf7168caef86d66aa663c2e303c73a8d77ab.tar.gz
qt-dev should be v290000000 and targetSdkVersion=29
am: 815b53bcc1 Change-Id: I92d518626804844392ae37127b21f158183c5a06
-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.