Fix package declarations for add-to-app integration tests (#77648)

This commit is contained in:
Jason Simmons
2021-03-30 14:19:02 -07:00
committed by GitHub
parent 994133c75c
commit a51e597d7d
2 changed files with 2 additions and 2 deletions

View File

@@ -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 io.flutter.add2app;
package io.flutter.addtoapp;
import io.flutter.embedding.android.FlutterActivity;

View File

@@ -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 io.flutter.add2app;
package io.flutter.addtoapp;
import io.flutter.embedding.android.FlutterActivity;