Skip to content

Commit

Permalink
:fix: Assets problems for playstore
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas committed Apr 2, 2024
1 parent c1fb5ca commit 75c8ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 39 deletions.
4 changes: 2 additions & 2 deletions frontend/app_student/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (flutterVersionName == null) {
}

android {
namespace "fr.3il.app_student"
namespace "com.example.app_student"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion

Expand All @@ -48,7 +48,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "fr.3il.app_student"
applicationId "com.example.app_student"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
Expand Down
37 changes: 0 additions & 37 deletions frontend/app_student/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,43 +81,6 @@ flutter:
assets:
- assets/images/
- .env
- android/
- android/app/
- android/app/src/
- android/app/src/main/
- android/app/src/main/res/
- android/app/src/main/res/values/
- android/app/src/main/res/drawable/
- android/app/src/main/res/mipmap-hdpi/
- android/app/src/main/res/mipmap-mdpi/
- android/app/src/main/res/drawable-v21/
- android/app/src/main/res/mipmap-xhdpi/
- android/app/src/main/res/values-night/
- android/app/src/main/res/mipmap-xxhdpi/
- android/app/src/main/res/mipmap-xxxhdpi/
- android/app/src/main/java/
- android/app/src/main/java/io/
- android/app/src/main/java/io/flutter/
- android/app/src/main/java/io/flutter/plugins/
- android/app/src/main/kotlin/
- android/app/src/main/kotlin/com/
- android/app/src/main/kotlin/com/example/
- android/app/src/main/kotlin/com/example/app_student/
- android/app/src/debug/
- android/app/src/profile/
- android/.idea/
- android/gradle/
- android/gradle/wrapper/
- android/.gradle/
- android/.gradle/7.6.3/
- android/.gradle/7.6.3/checksums/
- android/.gradle/7.6.3/fileHashes/
- android/.gradle/7.6.3/fileChanges/
- android/.gradle/7.6.3/vcsMetadata/
- android/.gradle/7.6.3/executionHistory/
- android/.gradle/7.6.3/dependencies-accessors/
- android/.gradle/vcs-1/
- android/.gradle/buildOutputCleanup/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware

Expand Down

0 comments on commit 75c8ac7

Please sign in to comment.