fix: changes for release

This commit is contained in:
alzalia1 2025-08-16 18:40:52 +02:00
parent 3d8fda2910
commit f1a7f5f7b0
46 changed files with 114 additions and 191 deletions

View file

@ -11,17 +11,17 @@ android {
ndkVersion = "29.0.13846066"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11.toString()
jvmTarget = JavaVersion.VERSION_17.toString()
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.seshat"
applicationId = "fr.ueauvergne.seshat"
// 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

@ -3,7 +3,7 @@
<application
android:label="Seshat"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/launcher_icon"
android:allowBackup="true"
android:fullBackupContent="@xml/backup_rules">
<activity

View file

@ -1,4 +1,4 @@
package com.example.seshat
package fr.ueauvergne.seshat
import io.flutter.embedding.android.FlutterActivity

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

File diff suppressed because one or more lines are too long