diff options
author | android-build-prod (mdb) <android-build-team-robot@google.com> | 2018-05-04 19:30:34 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-05-04 19:30:34 +0000 |
commit | 60fe2d90f1030099dfd9fad905ea66bfba14b2fc (patch) | |
tree | 0e1f4902ea0ccf24d092b9d1fab65898693fd723 /assets | |
parent | 4a0bf0749203eaa4509bedc55efbcc9a191a0b42 (diff) | |
parent | 816cef3b80b767619867fd4221c24ff9bd2d5b09 (diff) |
Merge "Update targetSdkVersion to 28"
Diffstat (limited to 'assets')
-rw-r--r-- | assets/quantum/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/quantum/AndroidManifest.xml b/assets/quantum/AndroidManifest.xml index 6e49f6165..f57466507 100644 --- a/assets/quantum/AndroidManifest.xml +++ b/assets/quantum/AndroidManifest.xml @@ -16,6 +16,6 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.google.android.assets.quantum"> - <uses-sdk android:targetSdkVersion="4" /> + <uses-sdk android:targetSdkVersion="28" /> <application/> </manifest> |