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 {
11
11
android {
12
12
namespace = " com.example.flutter_news_app_mobile_client_full_source_code"
13
13
compileSdk = flutter.compileSdkVersion
14
- ndkVersion = " 29.0.13113456 "
14
+ ndkVersion = " 29.0.13846066 "
15
15
16
16
compileOptions {
17
17
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
6
6
import 'package:flutter_news_app_mobile_client_full_source_code/bootstrap.dart' ;
7
7
8
8
// Define the current application environment (production/development/demo).
9
- const appEnvironment = AppEnvironment .development ;
9
+ const appEnvironment = AppEnvironment .demo ;
10
10
11
11
void main () async {
12
12
final appConfig = switch (appEnvironment) {
You can’t perform that action at this time.
0 commit comments