Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Nov 22, 2024
1 parent b8f907b commit 0fda880
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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 1380
versionName '11.0.5'
versionCode 1390
versionName '11.4.6'
multiDexEnabled true // Naming app bundles
base {
archivesName = "${parent.name}-v${versionName}"
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<resources>

<!-- Leave empty if you don't want to show changelog date -->
<string name="changelog_date">Sep 26, 2024</string>
<string name="changelog_date">Nov 22, 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>212</b> new and updated icons!</item>
<item>🔧 Fixed many icons that stopped working.</item>
<item>🔥 <b>11051</b> icons in total!</item>
<item>🎉 <b>432</b> new and updated icons!</item>
<item>💡 Added support for <b>1550</b> apps using existing icons.</item>
<item>🔥 <b>11468</b> icons in total!</item>
</string-array>
</resources>
6 changes: 3 additions & 3 deletions generated/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* 🎉 **212** new and updated icons!
* 🔧 Fixed many icons that stopped working.
* 🔥 **11051** icons in total!
* 🎉 **432** new and updated icons!
* 💡 Added support for **1550** apps using existing icons.
* 🔥 **11468** icons in total!
Binary file modified generated/releaseImage.jpg
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 generated/releaseName.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.0.5 Release
11.4.6 Release
2 changes: 1 addition & 1 deletion preparehelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tasks.register('rundayNight', JavaExec) {


dependencies {
implementation("com.android.tools:sdk-common:31.7.0")
implementation("com.android.tools:sdk-common:31.7.2")
implementation("org.dom4j:dom4j:2.1.4")
implementation("commons-io:commons-io:2.15.0")
implementation 'org.sejda.imageio:webp-imageio:0.1.6'
Expand Down

0 comments on commit 0fda880

Please sign in to comment.