Skip to content

Commit

Permalink
update(deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Apr 27, 2020
1 parent 7182d66 commit 9aacdb7
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 23 deletions.
65 changes: 44 additions & 21 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.google.gms:google-services:3.1.2'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.google.gms:google-services:4.3.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
Binary file modified build/app/outputs/apk/app.apk
Binary file not shown.
1 change: 1 addition & 0 deletions lib/screens/downloads_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class _DownloadedPageState extends State<DownloadedPage> {
child: Text(
'Your downloaded images is empty',
style: Theme.of(context).textTheme.headline6,
textAlign: TextAlign.center,
),
),
color: Theme.of(context).backgroundColor,
Expand Down
1 change: 1 addition & 0 deletions lib/screens/favorites_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class FavoritesPage extends StatelessWidget {
child: Text(
'Your favorites is empty',
style: Theme.of(context).textTheme.headline6,
textAlign: TextAlign.center,
),
);
}
Expand Down
1 change: 1 addition & 0 deletions lib/screens/recent_images_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class _RecentPageState extends State<RecentPage> {
child: Text(
'Your list of history is empty',
style: Theme.of(context).textTheme.headline6,
textAlign: TextAlign.center,
),
),
color: Theme.of(context).backgroundColor,
Expand Down

0 comments on commit 9aacdb7

Please sign in to comment.