summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-06-12 03:32:31 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-06-12 03:32:31 +0000
commitdba0b9230cb64ddf4739fe69992e06c2ee0d1f74 (patch)
treea4eb30323a453d03572cd4b18aaee0af4cc95c9c
parent7d0dcdd3c08ff4059ae866dbd93ffe69742176b6 (diff)
parent3879111338e29da1258d729696fdb6a0aaac3c45 (diff)
Snap for 5652689 from 3879111338e29da1258d729696fdb6a0aaac3c45 to qt-c2f2-release
Change-Id: Iae55e32a1d929c572f8ded2232e901e70a5823e5
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6166c66..250feee 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,11 +19,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.networkstack"
android:sharedUserId="android.uid.networkstack"
- android:versionCode="220000000"
- android:versionName="29 system image"
+ android:versionCode="290000000"
+ android:versionName="2019-09"
>
- <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" />
+ <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
<!-- Permissions must be defined here, and not in the base manifest, as the network stack
running in the system server process does not need any permission, and having privileged