Skip to content
Snippets Groups Projects
Commit ff2bbaef authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Clean / improve / update code

parent 326bb9a5
No related branches found
No related tags found
1 merge request!25Resolve "Clean / improve / update code"
Pipeline #5860 passed
Showing
with 29 additions and 15 deletions
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
...@@ -33,5 +33,13 @@ ...@@ -33,5 +33,13 @@
# Web related # Web related
lib/generated_plugin_registrant.dart lib/generated_plugin_registrant.dart
# Exceptions to above rules. # Symbolication related
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled and should not be manually edited.
version:
revision: 18cd7a3601bcffb36fdf2f679f763b5e827c2e8e
channel: beta
project_type: app
# memory
...@@ -37,7 +37,7 @@ if (keystorePropertiesFile.exists()) { ...@@ -37,7 +37,7 @@ if (keystorePropertiesFile.exists()) {
} }
android { android {
compileSdkVersion 33 compileSdkVersion 34
namespace "org.benoitharrault.memory" namespace "org.benoitharrault.memory"
sourceSets { sourceSets {
......
org.gradle.jvmargs=-Xmx1536M org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true android.useAndroidX=true
android.enableJetifier=true android.enableJetifier=true
app.versionName=1.0.21 app.versionName=1.0.22
app.versionCode=22 app.versionCode=23
File added
File added
File added
File added
assets/skins/default_1.png

15.5 KiB

assets/skins/default_2.png

21.6 KiB

assets/skins/default_3.png

14.4 KiB

assets/skins/default_4.png

21.5 KiB

assets/skins/default_5.png

19.5 KiB

assets/skins/default_6.png

18.5 KiB

assets/skins/default_7.png

18.7 KiB

assets/skins/default_8.png

19 KiB

assets/skins/default_found.png

6.9 KiB

assets/skins/default_unknown.png

8.34 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment