File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/app/modules/authentication/views Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments