Skip to content

Commit 2c00821

Browse files
committed
Release Blobmoji-Magisk 17r1.
1 parent e53bf86 commit 2c00821

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Blobmoji 16, Release 3 Changelog
2-
Blobmoji builds are now based on my [blobmoji2](https://github.com/DavidBerdik/blobmoji2) project since @C1710's Blobmoji project seems to have been abandoned. The `NotoColorEmoji.ttf` file from [here](https://github.com/DavidBerdik/blobmoji2/releases/tag/blobmoji-16r3) was used for this release.
1+
### Blobmoji 17, Release 1 Changelog
2+
Blobmoji builds are now based on my [blobmoji2](https://github.com/DavidBerdik/blobmoji2) project since @C1710's Blobmoji project seems to have been abandoned. The `NotoColorEmoji.ttf` file from [here](https://github.com/DavidBerdik/blobmoji2/releases/tag/blobmoji-17r1) was used for this release.
33

4-
The third release of Blobmoji 16 updates the flag of Syria to be consistent with the flag update to @googlefonts [noto-emoji repo](https://github.com/googlefonts/noto-emoji).
4+
This is the first release of Blobmoji 17. The new emoji designs are sourced from the latest update to the @googlefonts [noto-emoji repo](https://github.com/googlefonts/noto-emoji) with the exception of the distorted face design (🫪), which was created by @imaddictedtoemojis and originally shared [here](https://github.com/C1710/blobmoji/issues/164).

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=blobmoji
22
name=Blobmoji
3-
version=Emoji 16, Release 3
4-
versionCode=27
3+
version=Emoji 17, Release 1
4+
versionCode=28
55
author=David Berdik
66
description=Replace Android's default emojis with an updated version of the Blob Emojis which Google retired in 2017.
77
updateJson=https://raw.githubusercontent.com/DavidBerdik/blobmoji-magisk/master/update.json

system/fonts/Blobmoji.ttf

625 KB
Binary file not shown.

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "Blobmoji 16, Release 3",
3-
"versionCode": 27,
4-
"zipUrl": "https://github.com/DavidBerdik/blobmoji/releases/download/16-r3/Blobmoji-16-Release-3.zip",
2+
"version": "Blobmoji 17, Release 1",
3+
"versionCode": 28,
4+
"zipUrl": "https://github.com/DavidBerdik/blobmoji/releases/download/17-r1/Blobmoji-17-Release-1.zip",
55
"changelog": "https://raw.githubusercontent.com/DavidBerdik/blobmoji-magisk/master/changelog.md"
66
}

0 commit comments

Comments
 (0)