Unverified Commit bec7f84a authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by GitHub

Fix package name (#52870)

parent 53dc8db0
......@@ -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 dev.benchmarks.platform_views;
package dev.benchmarks.platform_views_layout;
import android.content.Context;
import android.graphics.Color;
......
......@@ -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 dev.benchmarks.platform_views;
package dev.benchmarks.platform_views_layout;
import androidx.annotation.NonNull;
import io.flutter.embedding.android.FlutterActivity;
......
......@@ -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 dev.benchmarks.platform_views;
package dev.benchmarks.platform_views_layout;
import android.content.Context;
import androidx.annotation.Nullable;
......
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