Skip to content

Commit

Permalink
v4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantcheese committed Jun 9, 2019
1 parent c33a2b1 commit 6dcaffb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Kuroba/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
//bump the MINOR (YY) version when there are compatible changes between versions (ie database changes)
//or if there are big application level changes like tearing out/adding major features
//bump the PATCH (ZZ) version otherwise, for anything small
versionCode 40203
versionName "v4.2.3"
versionCode 40204
versionName "v4.2.4"

applicationId "com.github.adamantcheese.chan"
//this is your update endpoint, change it to your repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ private static class CustomEmoji {
private static Map<String, Character> emojiUnicodeMap = new ArrayMap<>();
private static Map<Character, ImageSpan> unicodeimageMap = new ArrayMap<>();

{
static {
try {
emojiUnicodeMap.put(":you:", '\ue000');
emojiUnicodeMap.put(":you:", '\uE000');
unicodeimageMap.put('\uE000', setupSpan("emoji/you.png"));
} catch (IOException e) {
throw new Error("Can't load images????");
Expand Down

0 comments on commit 6dcaffb

Please sign in to comment.