Improve skin tone rendering and add site Twemoji fallback

This commit is contained in:
Dwindi Ramadhana
2026-02-23 05:33:44 +07:00
parent 32e9282349
commit 87e947ee95
4 changed files with 571 additions and 15 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.dewemoji.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.