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

Merge branch '14-normalize-game-architecture' into 'master'

Resolve "Normalize game architecture"

Closes #14

See merge request !14
parents e1e9abd6 34e7d262
No related branches found
No related tags found
1 merge request!14Resolve "Normalize game architecture"
Pipeline #5810 passed
Showing
with 27 additions and 3 deletions
......@@ -37,7 +37,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 33
compileSdkVersion 34
namespace "org.benoitharrault.snake"
defaultConfig {
......
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.0.12
app.versionCode=12
app.versionName=0.1.0
app.versionCode=13
File added
File added
File added
File added
assets/icons/level_easy.png

209 B

assets/icons/level_hard.png

209 B

assets/icons/level_nightmare.png

209 B

assets/icons/level_normal.png

209 B

assets/icons/skin_colors.png

2.24 KiB

assets/icons/skin_retro.png

1.85 KiB

{
"app_name": "Snake",
"settings_title": "Settings",
"settings_label_theme": "Theme mode",
"about_title": "Informations",
"about_content": "Snake",
"about_version": "Version: {version}",
"": ""
}
{
"app_name": "Serpent",
"settings_title": "Réglages",
"settings_label_theme": "Thème de couleurs",
"about_title": "Informations",
"about_content": "Serpent.",
"about_version": "Version : {version}",
"": ""
}
File moved
assets/ui/button_delete_saved_game.png

5.68 KiB

assets/ui/button_resume_game.png

3.57 KiB

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