Skip to content

Commit 2642798

Browse files
updated
1 parent 979ba95 commit 2642798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
applicationId "com.example.blog_app"
4949
// You can update the following values to match your application needs.
5050
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
51-
minSdkVersion flutter.minSdkVersion = 19;
51+
minSdkVersion flutter.minSdkVersion = 20;
5252
targetSdkVersion flutter.targetSdkVersion;
5353
versionCode flutterVersionCode.toInteger()
5454
versionName flutterVersionName

lib/app/modules/authentication/views/authentication_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class AuthenticationView extends GetView<AuthenticationController> {
88

99
@override
1010
Widget build(BuildContext context) {
11-
return const Scaffold();
11+
return Scaffold();
1212
}
1313
}

0 commit comments

Comments
 (0)