Random files, maybe due to flutter run.

This commit is contained in:
2025-01-30 20:01:05 -07:00
parent a4ad5823aa
commit 26f688cfe9
19 changed files with 45 additions and 180 deletions

View File

@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.flutter_expense_tracker"
namespace = "com.example.flutter_empty"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@ -21,7 +21,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.flutter_expense_tracker"
applicationId = "com.example.flutter_empty"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion

View File

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="flutter_expense_tracker"
android:label="flutter_empty"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@ -1,4 +1,4 @@
package com.example.flutter_expense_tracker
package com.example.flutter_empty
import io.flutter.embedding.android.FlutterActivity