Skip to content

Commit

Permalink
1.6.0 stuff
Browse files Browse the repository at this point in the history
changelog update & adaptive icon
  • Loading branch information
Donnnno committed Apr 25, 2021
1 parent 4fd0b7b commit 177bd8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* 28 new icons
* Some double icons are removed and replaced with existing ones
* 1558 icons in total!

* Adaptive icon & some new bright colors

### 1.5.5
###### Released: Apr 11, 2021
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">

<activity android:name="com.donnnno.arcticons.activities.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
3 changes: 2 additions & 1 deletion metadata/en-US/changelogs/53.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
- The final part of the redesign crusade, there are now 282(!) icons that look a lot cleaner!
- 28 new icons
- Some double icons are removed and replaced with existing ones
- 1558 icons in total!
- 1558 icons in total!
- Adaptive icon & some new bright colors

0 comments on commit 177bd8f

Please sign in to comment.