Skip to content

Commit

Permalink
version number & changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Oct 16, 2023
1 parent f2c4cdf commit 31a35bf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 7.5.4
###### Released: Oct 16, 2023
* 🎉 175 new and updated icons! (thanks Petlyh, Wwwwwwari, Kaiserdragon2, Xprateek, Rbrunt, Dgcampbe, Tieu1991, Onuronsekiz, MikeTheGreat)
* ✨ Updates to make sure lots of apps work again.
* 🔥 7542 icons in total!

### 7.3.7
###### Released: Oct 8, 2023
* 🎉 118 new and updated icons! (thanks Petlyh, Wwwwwwari, AsankaSovis, Pgaskin, WJehee, Xprateek, Dgcampbe, Ojppe, VPS07, LunaShadowEmpress, Autinerd)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.donnnno.arcticons"
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 120
versionName '7.3.7'
versionCode 121
versionName '7.5.4'
multiDexEnabled true

// Naming app bundles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ public Configuration onInit() {
// You can use png file (without extension) inside drawable-nodpi folder or url
"arcticons_you",
"Arcticons You",
"Arcticons, but with a material you flavor! (Note: this isn't available on Google Play anymore, due to their 'repetitive content' policy",
"https://f-droid.org/en/packages/com.donnnno.arcticons.you/"),
"Arcticons, but with a material you flavor!",
"https://play.google.com/store/apps/details?id=com.donnnno.arcticons.you.play"),
new OtherApp(
// You can use png file (without extension) inside drawable-nodpi folder or url
"arcticonsdark",
Expand Down
7 changes: 3 additions & 4 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@

<!-- Leave empty if you don't want to show changelog date -->

<string name="changelog_date">Oct 8, 2023</string>
<string name="changelog_date">Oct 16, 2023</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>🎉 118 new and updated icons! (thanks Petlyh, Wwwwwwari, AsankaSovis, Pgaskin, WJehee, Xprateek, Dgcampbe, Ojppe, VPS07, LunaShadowEmpress, Autinerd)</item>
<item>🎉 175 new and updated icons! (thanks Petlyh, Wwwwwwari, Kaiserdragon2, Xprateek, Rbrunt, Dgcampbe, Tieu1991, Onuronsekiz, MikeTheGreat)</item>
<item>✨ Updates to make sure lots of apps work again.</item>
<item>📱 Dashboard update -> support more launchers.</item>
<item>🔥 7378 icons in total!</item>
<item>🔥 7542 icons in total!</item>
</string-array>

</resources>

0 comments on commit 31a35bf

Please sign in to comment.