Skip to content

Commit 5b349e6

Browse files
committed
Bump application version code
1 parent acf0d64 commit 5b349e6

4 files changed

Lines changed: 15 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img src="https://raw.githubusercontent.com/Mahmud0808/Iconify/beta/.github/resources/banner.png" width="100%" alt="Banner">
33

4-
# v6.6.0 is out!
4+
# v6.7.0 is out!
55
</div>
66
<p align="center">
77
<a href="https://github.com/Mahmud0808/Iconify/releases"><img src="https://img.shields.io/github/downloads/Mahmud0808/Iconify/total?color=%233DDC84&logo=android&logoColor=%23fff&style=for-the-badge" alt="Downloads"></a>

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.drdisagree.iconify"
1313
minSdk 31
1414
targetSdk 34
15-
versionCode 16
16-
versionName "6.6.0"
15+
versionCode 17
16+
versionName "6.7.0"
1717
setProperty("archivesBaseName", "Iconify v" + versionName)
1818
buildConfigField "int", "MIN_SDK_VERSION", "$minSdkVersion.apiLevel"
1919
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Iconify v6.7.0 has arrived! It has the following new changes:
2+
3+
Feature Changes:
4+
• Fully compatible with Android 14 December and January release
5+
• Updated translations
6+
• and many more!
7+
8+
Full changelog at https://github.com/Mahmud0808/Iconify/releases/tag/v6.7.0

latestVersion.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"versionName": "6.6.0",
3-
"versionCode": 16,
4-
"apkUrl": "https://github.com/Mahmud0808/Iconify/releases/download/v6.6.0/Iconify.v6.6.0.apk",
2+
"versionName": "6.7.0",
3+
"versionCode": 17,
4+
"apkUrl": "https://github.com/Mahmud0808/Iconify/releases/download/v6.7.0/Iconify.v6.7.0.apk",
55
"changelog": [
6-
"### Iconify v6.6.0 has arrived! It has the following new changes:\n\n## Feature Changes:\n- __Icon Packs:__\n - Added volume panel icons for android 14\n - Added Nusantara wings settings icon\n- __QS Icon and Label:__\n - Fixed for android 14\n- __Volume Panel:__\n - Fixed track customization for android 14\n- __Navigation Bar:__\n - Made gcam lag fix optional\n - Fixed pill customization for android 14\n- __Misc:__\n - Removed pre-compiled overlays\n - Fixed various customizations not working on android 14\n - Fixed a situation where multiple options get enabled in same category\n- __Xposed Menu:__\n - Added option to allow theming notifications for android 14\n - Allow hiding battery icon for custom battery styles\n - Separated battery hide percentage and inside percentage\n - Fixed blur intensity changer for android 14\n - Fixed QS top margin changer for android 14\n - Fixed fluid theme brightness bar track color\n - Added safer blur enabling method (might not work for some)\n\n## App Changes:\n- Improved application UI and UX\n- Added Italian translation. Thanks to [@Danilo Belmonte](https://crowdin.com/profile/steve.burnside)\n- Updated Turkish translation. Thanks to [@WINZORT](https://crowdin.com/profile/linuxthegoat)\n- Added overlay informations in meta-data\n- Added overlay category in manifest\n- And many more improvements...\n\nAlso included in this version are bug fixes and other improvements."
6+
"### Iconify v6.7.0 has arrived! It has the following new changes:\n\n## Feature Changes:\n- __QS Panel Tiles:__\n - Fixed bootloop on android 14\n- __QS Text Color:__\n - Fixed bootloop on android 14\n- __Icon Shape:__\n - Added force round system icon shape\n- __Xposed Menu:__\n - Added circle and dotted circle battery style (Thanks to [PixelXpert](https://github.com/siavash79/PixelXpert))\n - Allow keeping lockscreen dim while using transparent QS\n - Fixed xposed QS margin applying in px instead of dp\n - Fixed capitalization of first letter in custom clocks\n - Allow hiding QS notification footer buttons\n - Allow hiding header of silent notification section\n - Fixed status icons cut off while using large top margin on android 14\n- __Misc:__\n - Updated some normal variant overlays for compatibility with pixel roms\n\n## App Changes:\n- Fixed reboot reminder not showing sometimes after update\n- Updated translations\n- And many more improvements...\n\nAlso included in this version are bug fixes and other improvements."
77
]
88
}

0 commit comments

Comments
 (0)