Change the Gallery sample Android package to not conflict with the version published in Play (#5579)

This commit is contained in:
Jason Simmons 2016-08-24 14:37:50 -07:00 committed by GitHub
parent 701e0d054a
commit 95fbb71f0d

View File

@ -3,7 +3,7 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.flutter.gallery" android:versionCode="1" android:versionName="0.0.1">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.flutter.examples.gallery" android:versionCode="1" android:versionName="0.0.1">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET"/>