Commit 657a4c3f authored by Sarah Zakarias's avatar Sarah Zakarias Committed by GitHub

update platform_channel package name (#9021)

* update platform_channel package name

* lowercase name
parent 67bd17b4
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.flutter"
package="com.example.platformchannel"
android:versionCode="1"
android:versionName="0.0.1">
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package com.example.flutter;
package com.example.platformchannel;
import android.content.ContextWrapper;
import android.content.Intent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment