Skip to content

Commit

Permalink
9.6.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Jun 2, 2024
1 parent 7c08fbc commit 19bfc40
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.donnnno.arcticons"
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 132
versionName '9.2.4'
versionCode 133
versionName '9.6.5'
multiDexEnabled true

// Naming app bundles
Expand Down
Binary file modified app/src/black/res/drawable/graphic.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 app/src/dayNight/res/drawable-night/graphic.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 app/src/dayNight/res/drawable/graphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 5 additions & 10 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@
<resources>

<!-- Leave empty if you don't want to show changelog date -->
<string name="changelog_date">Apr 21, 2024</string>
<string name="changelog_date">Jun 2, 2024</string>

<!-- Changelog support html formatting
* <b> for Bold
* <i> for Italic
* <u> for Underline
* <a href="linkUrl">Link Text</a> for links -->
<string-array name="changelog">
<item>πŸŽ‰ <b>243</b> new and updated icons!</item>
<item>πŸš€ Moto Launcher support.</item>
<item>
<![CDATA[
The beginning of <a href="https://github.com/Arcticons-Team/Arcticons/wiki/">a new wiki</a> page for all your Arcticons questions!
]]>
</item>
<item>✨ Updates to make sure many apps work again.</item>
<item>πŸ”₯ 9240 icons in total!</item>
<item>🌈 I want to start this release note with wishing everyone a happy pride month!</item>
<item>πŸŽ‰ <b>414</b> new and updated icons!</item>
<item>🟦 You may notice that square icons have been rounded some more. Over the past month, I have reworked 1400+ icons to make them feel a bit more modern.</item>
<item>πŸ”₯ 9649 icons in total!</item>
<item>πŸ™‚ Some of you may have noticed the lack of updates. Please keep in mind that I and other contributors are doing this in our free time. That makes it hard to maintain Arcticons with a full-time job. We\'re doing our best to keep it up to date!</item>
</string-array>
</resources>
Binary file modified app/src/normal/res/drawable/graphic.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 app/src/you/res/drawable/graphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19bfc40

Please sign in to comment.