Skip to content

Commit a1b80a1

Browse files
committed
build(android): update NDK version and set app environment to demo
- Update NDK version in android/app/build.gradle.kts - Change app environment to demo in lib/main.dart
1 parent 658b26b commit a1b80a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
android {
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

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'package:flutter_news_app_mobile_client_full_source_code/app/services/spl
66
import '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

1111
void main() async {
1212
final appConfig = switch (appEnvironment) {

0 commit comments

Comments
 (0)