mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-07-08 21:36:59 +00:00
Latest version of FilemojiCompat
This commit is contained in:
parent
4d1d6ded78
commit
e6ef2e32a6
3 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.1.2'
|
||||
classpath 'com.android.tools.build:gradle:3.1.3'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@ ext {
|
|||
libraryDescription = 'An EmojiCompat implementation using files from a local file or a file inside your assets directory'
|
||||
siteUrl = 'https://github.com/c1710/blobmoji'
|
||||
gitUrl = 'https://github.com/c1710/blobmoji.git'
|
||||
libraryVersion = '1.0.7'
|
||||
libraryVersion = '1.0.11'
|
||||
developerId = 'c1710'
|
||||
developerName = 'Constantin A.'
|
||||
developerEmail = 'c1710.apps@outlook.com'
|
||||
|
@ -33,8 +33,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 27
|
||||
versionCode 7
|
||||
versionName "1.0.7"
|
||||
versionCode 11
|
||||
versionName "1.0.11"
|
||||
}
|
||||
|
||||
|
||||
|
@ -47,7 +47,6 @@ android {
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'com.android.support:support-emoji:27.1.1'
|
||||
|
||||
}
|
||||
|
||||
apply from: 'https://raw.githubusercontent.com/numetriclabz/jcenter/master/installv.gradle'
|
||||
|
|
Binary file not shown.
|
@ -238,6 +238,7 @@ public class FileEmojiCompatConfig extends EmojiCompat.Config {
|
|||
MetadataRepo.create(assetManager, FONT_FALLBACK);
|
||||
loaderCallback.onLoaded(resourceIndex);
|
||||
} catch (Throwable t2) {
|
||||
Log.e(TAG, "Even the fallback font couldn't be loaded", t2);
|
||||
loaderCallback.onFailed(t);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue