File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111android {
1212 namespace = " com.example.flutter_news_app_mobile_client_full_source_code"
1313 compileSdk = flutter.compileSdkVersion
14- ndkVersion = " 29.0.13113456 "
14+ ndkVersion = " 29.0.13846066 "
1515
1616 compileOptions {
1717 sourceCompatibility = JavaVersion .VERSION_11
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import 'package:flutter_news_app_mobile_client_full_source_code/app/services/spl
66import 'package:flutter_news_app_mobile_client_full_source_code/bootstrap.dart' ;
77
88// Define the current application environment (production/development/demo).
9- const appEnvironment = AppEnvironment .development ;
9+ const appEnvironment = AppEnvironment .demo ;
1010
1111void main () async {
1212 final appConfig = switch (appEnvironment) {
You can’t perform that action at this time.
0 commit comments