Skip to content

Commit

Permalink
7.2.6 - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Sep 18, 2023
1 parent 8a5baaa commit 8398ee8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 7.2.6
###### Released: Sep 18, 2023
* 🎉 110 new and updated icons! (thanks Npnpatidar, Wwwwwwari, Mmaeusezahl, AsankaSovis)
* 🔥 7269 icons in total!

### 7.1.6
###### Released: Sep 9, 2023
* 🎉 166 new and updated icons! (thanks Npnpatidar, Autinerd, Wwwwwwari, Mmaeusezahl, Crazy-Unicooorn, Ojppe, Dunexus, Dgcampbe, Joelchrono12, Kaiserdragon2, He-Ro, ThatOneCalculator, Zullinsky, Stephenmetcalfe-prodigy)
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 118
versionName '7.1.6'
versionCode 119
versionName '7.2.6'
multiDexEnabled true

// Naming app bundles
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,17 +3,16 @@

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

<string name="changelog_date">Sep 9, 2023</string>
<string name="changelog_date">Sep 18, 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>🎉 166 new and updated icons!</item>
<item>✨ Updates, updates &amp; updates for existing apps (including Discord and ChatGPT).</item>
<item>🔥 7160 icons in total!</item>
<item>🎉 110 new and updated icons!</item>
<item>🔥 7269 icons in total!</item>
</string-array>

</resources>

0 comments on commit 8398ee8

Please sign in to comment.