diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2019-06-12 03:19:20 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-06-12 03:19:20 +0000 |
commit | 20ecff17774b9592d7605fc566fb8d0d85f6d6fd (patch) | |
tree | a4eb30323a453d03572cd4b18aaee0af4cc95c9c | |
parent | 5ae48202e575b7c84a8f8289018a7bde676fa5ef (diff) | |
parent | 9f145111369e0fe88b559be920934bd9e1e7a904 (diff) |
Snap for 5652499 from 9f145111369e0fe88b559be920934bd9e1e7a904 to qt-release
Change-Id: I35f189dca32ad8b4d03330a0b1e6f39523bc3cee
-rw-r--r-- | AndroidManifest.xml | 6 |
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 |