Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 2fe112a

Browse files
committed
Use different bundle ID for Android example app.
Make sure the `webview_flutter` and `webview_flutter_android` example apps use different application identifiers so that the CI doesn't run into problems.
1 parent 881e652 commit 2fe112a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/webview_flutter/webview_flutter_android/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333

3434
defaultConfig {
3535
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
36-
applicationId "io.flutter.plugins.webviewflutterexample"
36+
applicationId "io.flutter.plugins.webviewflutterandroidexample"
3737
minSdkVersion 19
3838
targetSdkVersion 28
3939
versionCode flutterVersionCode.toInteger()

packages/webview_flutter/webview_flutter_android/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: webview_flutter_example
2-
description: Demonstrates how to use the webview_flutter plugin.
1+
name: webview_flutter_android_example
2+
description: Demonstrates how to use the webview_flutter_android plugin.
33
publish_to: none
44

55
environment:

0 commit comments

Comments
 (0)