blob: d25aebe72ca0ab3b52a7f9da6878dde00771a589 [file] [log] [blame]
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package io.flutter.add2app;
import io.flutter.embedding.android.FlutterActivity;
public class MainActivity extends FlutterActivity {
}