From 42eca4c26ff50d1f83ea6bea74d4b8f3a6706879 Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Sun, 25 Feb 2024 09:17:57 +0300 Subject: [PATCH] debug changes --- android/app/build.gradle | 2 +- android/app/src/main/AndroidManifest.xml | 28 +++++++++++-------- lib/main.dart | 3 ++ lib/views/dashboard/dashboard_page.dart | 6 +++- .../dashboard/fragments/ads_fragment.dart | 5 ++++ 5 files changed, 30 insertions(+), 14 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 1bdfb60..1023e29 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 33 + compileSdkVersion 34 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 685204c..92bc5c2 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,37 +2,41 @@ package="com.example.car_customer_app"> - + + + + + + android:requestLegacyExternalStorage="true"> + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" /> + android:name="io.flutter.embedding.android.SplashScreenDrawable" + android:resource="@drawable/launch_background" /> - - + +