diff options
Diffstat (limited to 'emoji-compat/createfont.py')
-rwxr-xr-x | emoji-compat/createfont.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emoji-compat/createfont.py b/emoji-compat/createfont.py index fb8e810..6e3c4d0 100755 --- a/emoji-compat/createfont.py +++ b/emoji-compat/createfont.py @@ -60,11 +60,11 @@ from nototools import font_data ########### UPDATE OR CHECK WHEN A NEW FONT IS BEING GENERATED ########### # Last Android SDK Version -SDK_VERSION = 30 +SDK_VERSION = 31 # metadata version that will be embedded into font. If there are updates to the font that would # cause data/emoji_metadata.txt to change, this integer number should be incremented. This number # defines in which EmojiCompat metadata version the emoji is added to the font. -METADATA_VERSION = 7 +METADATA_VERSION = 8 ####### main directories where output files are created ####### SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__)) |