blob: f6605c141a8b3a958b5a9516855a4655285f690e [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 com.example.release_smoke_test;
import io.flutter.embedding.android.FlutterActivity;
public class MainActivity extends FlutterActivity {
}