Skip to content

Commit 657a4c3

Browse files
authored
update platform_channel package name (flutter#9021)
* update platform_channel package name * lowercase name
1 parent 67bd17b commit 657a4c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/platform_channel/android/app/src/androidTest/java/com/example/flutter/ExampleInstrumentedTest.java renamed to examples/platform_channel/android/app/src/androidTest/java/com/example/platformchannel/ExampleInstrumentedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.flutter;
1+
package com.example.platformchannel;
22

33
import android.graphics.Bitmap;
44
import android.support.test.InstrumentationRegistry;

examples/platform_channel/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.example.flutter"
3+
package="com.example.platformchannel"
44
android:versionCode="1"
55
android:versionName="0.0.1">
66

examples/platform_channel/android/app/src/main/java/com/example/flutter/MainActivity.java renamed to examples/platform_channel/android/app/src/main/java/com/example/platformchannel/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
package com.example.flutter;
5+
package com.example.platformchannel;
66

77
import android.content.ContextWrapper;
88
import android.content.Intent;

0 commit comments

Comments
 (0)