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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;