Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.hangman
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
org.benoitharrault.hangman
Commits
a6a890c0
Commit
a6a890c0
authored
4 years ago
by
Benoît Harrault
Browse files
Options
Downloads
Patches
Plain Diff
Fix home icon
parent
ccab5d11
Branches
Branches containing commit
Tags
Release_0.0.1_1
Tags containing commit
1 merge request
!3
Resolve "Fix home page icon"
Pipeline
#668
passed
4 years ago
Stage: test
Stage: update
Stage: build
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
assets/images/icon128.png
+0
-0
0 additions, 0 deletions
assets/images/icon128.png
assets/images/icon128.png.png
+0
-0
0 additions, 0 deletions
assets/images/icon128.png.png
icons/build_icons.sh
+1
-1
1 addition, 1 deletion
icons/build_icons.sh
pubspec.yaml
+1
-1
1 addition, 1 deletion
pubspec.yaml
with
2 additions
and
2 deletions
assets/images/icon128.png
+
0
−
0
View replaced file @
ccab5d11
View file @
a6a890c0
18.4 KiB
|
W:
|
H:
3.07 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
assets/images/icon128.png.png
deleted
100644 → 0
+
0
−
0
View file @
ccab5d11
3.07 KiB
This diff is collapsed.
Click to expand it.
icons/build_icons.sh
+
1
−
1
View file @
a6a890c0
...
...
@@ -55,7 +55,7 @@ build_icon 48 ${BASE_DIR}/android/app/src/main/res/mipmap-mdpi/ic_launcher
build_icon 216
${
BASE_DIR
}
/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground
build_icon 216
${
BASE_DIR
}
/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round
build_icon 216
${
BASE_DIR
}
/android/app/src/main/res/mipmap-xhdpi/ic_launcher
build_icon 128
${
BASE_DIR
}
/assets/images/icon128
.png
build_icon 128
${
BASE_DIR
}
/assets/images/icon128
build_icon 192
${
BASE_DIR
}
/fastlane/metadata/android/en-US/images/icon
build_icon 192
${
BASE_DIR
}
/fastlane/metadata/android/fr-FR/images/icon
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
1
−
1
View file @
a6a890c0
...
...
@@ -3,7 +3,7 @@ description: Hangman game, have fun with words and letters!
publish_to
:
'
none'
# Remove this line if you wish to publish to pub.dev
version
:
1.0.
0
version
:
1.0.
1
environment
:
sdk
:
"
>=2.7.0
<3.0.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment