Skip to content

Commit 319de08

Browse files
committed
app icon and name
1 parent 700efd6 commit 319de08

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<application
1414
android:name="io.flutter.app.FlutterApplication"
15-
android:label="timefly"
16-
android:icon="@mipmap/ic_launcher">
15+
android:label="Checkio"
16+
android:icon="@mipmap/temp">
1717
<activity
1818
android:name=".MainActivity"
1919
android:launchMode="singleTop"
15.5 KB
Loading
18.2 KB
Loading

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class MyApp extends StatelessWidget {
4747
SessionUtils.sharedInstance()
4848
.setBloc(BlocProvider.of<HabitsBloc>(context));
4949
return MaterialApp(
50-
title: 'Time Fly',
50+
title: 'Checkio',
5151
debugShowCheckedModeBanner: false,
5252
theme: AppTheme.appTheme
5353
.themeData()

0 commit comments

Comments
 (0)