Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chendoxiu committed Jan 1, 2025
1 parent 76ea82a commit 4487df6
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
Binary file modified android/app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions android/app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
android:height="108dp"
android:viewportWidth="107"
android:viewportHeight="107">
<group android:scaleX="0.88"
android:scaleY="0.88"
android:translateX="6.42"
android:translateY="6.42">
<group android:scaleX="0.72"
android:scaleY="0.72"
android:translateX="14.98"
android:translateY="14.98">
<path
android:pathData="m40.8,32.02c-4.51,0 -8.2,1.3 -11.08,3.89 -2.83,2.55 -4.24,5.85 -4.24,9.91l0,32.87l15.64,0L41.11,49.03c0,-2.41 0.76,-3.62 2.28,-3.62 0.84,0 1.39,0.3 1.65,0.89 0.26,0.55 0.39,1.46 0.39,2.73L45.43,78.68L60.99,78.68L60.99,48.82c0,-2.28 0.79,-3.42 2.36,-3.42 0.79,0 1.31,0.27 1.57,0.82 0.26,0.55 0.39,1.48 0.39,2.8l0,29.65l15.64,0l0,-31.64c0,-4.87 -1.26,-8.59 -3.77,-11.14 -2.51,-2.6 -6.13,-3.89 -10.84,-3.89 -3.04,0 -5.61,0.52 -7.7,1.57 -2.04,1 -3.85,2.62 -5.42,4.85 -2.88,-4.28 -7.02,-6.42 -12.42,-6.42z"
android:strokeLineJoin="round"
Expand Down
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.8.1+52
version: 0.8.2+53

environment:
sdk: '>=3.5.0 <4.0.0'
Expand Down

0 comments on commit 4487df6

Please sign in to comment.