Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Added new emotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleGremlin181 committed Jan 8, 2020
1 parent 3795cc2 commit 59fc6d4
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/DoubleGremlin181/WhatsApp-Twitch-Stickers.svg?branch=master)](https://travis-ci.org/DoubleGremlin181/WhatsApp-Twitch-Stickers)
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="48">](https://f-droid.org/packages/me.kavishhukmani.watwitchstickers)

[Download](https://github.com/DoubleGremlin181/WhatsApp-Twitch-Stickers/releases/download/7.0.0/app-debug.apk)
[Download](https://github.com/DoubleGremlin181/WhatsApp-Twitch-Stickers/releases/download/8.0.2/app-debug.apk)

Use popular Twitch emotes on WhatsApp

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "me.kavishhukmani.watwitchstickers"
minSdkVersion 15
targetSdkVersion 28
versionCode 700
versionName "7.0.0"
versionCode 802
versionName "8.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
def contentProviderAuthority = applicationId + ".stickercontentprovider"
// Creates a placeholder property to use in the manifest.
Expand Down
Binary file added app/src/main/assets/3/FeelsDankMan.webp
Binary file not shown.
Binary file modified app/src/main/assets/3/FeelsSpecialMan.webp
Binary file not shown.
Binary file added app/src/main/assets/3/FeelsStrongMan.webp
Binary file not shown.
Binary file added app/src/main/assets/3/FeelsWowMan.webp
Binary file not shown.
Binary file added app/src/main/assets/5/KEKW.webp
Binary file not shown.
16 changes: 16 additions & 0 deletions app/src/main/assets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@
"image_file": "FeelsBirthdayMan.webp",
"emojis": []
},
{
"image_file": "FeelsDankMan.webp",
"emojis": []
},
{
"image_file": "FeelsGoodMan.webp",
"emojis": []
Expand All @@ -208,6 +212,10 @@
"image_file": "FeelsSpecialMan.webp",
"emojis": []
},
{
"image_file": "FeelsStrongMan.webp",
"emojis": []
},
{
"image_file": "FeelsWeirdMan.webp",
"emojis": []
Expand All @@ -216,6 +224,10 @@
"image_file": "FeelsWeirdManW.webp",
"emojis": []
},
{
"image_file": "FeelsWowMan.webp",
"emojis": []
},
{
"image_file": "monkaEyes.webp",
"emojis": []
Expand Down Expand Up @@ -392,6 +404,10 @@
"image_file": "Kapp.webp",
"emojis": []
},
{
"image_file": "KEKW.webp",
"emojis": []
},
{
"image_file": "KKomrade.webp",
"emojis": []
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:3.5.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat May 18 12:19:32 IST 2019
#Wed Jan 08 14:18:10 IST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit 59fc6d4

Please sign in to comment.