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

Commit 8694235

Browse files
Added new emotes
1 parent 1bb7526 commit 8694235

File tree

8 files changed

+21
-5
lines changed

8 files changed

+21
-5
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "me.kavishhukmani.watwitchstickers"
1717
minSdkVersion 15
1818
targetSdkVersion 28
19-
versionCode 901
20-
versionName "9.0.1"
19+
versionCode 1000
20+
versionName "10.0.0"
2121
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2222
def contentProviderAuthority = applicationId + ".stickercontentprovider"
2323
// Creates a placeholder property to use in the manifest.

app/src/main/assets/2/FrankerZ.webp

50.8 KB
Binary file not shown.

app/src/main/assets/4/OkayBruh.webp

54.6 KB
Binary file not shown.

app/src/main/assets/4/Okayge.webp

37.8 KB
Binary file not shown.

app/src/main/assets/4/Sadge.webp

39 KB
Binary file not shown.

app/src/main/assets/contents.json

+16
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@
132132
"image_file": "GivePLZ.webp",
133133
"emojis": []
134134
},
135+
{
136+
"image_file": "FrankerZ.webp",
137+
"emojis": []
138+
},
135139
{
136140
"image_file": "KonCha.webp",
137141
"emojis": []
@@ -304,6 +308,14 @@
304308
"image_file": "NOP.webp",
305309
"emojis": []
306310
},
311+
{
312+
"image_file": "OkayBruh.webp",
313+
"emojis": []
314+
},
315+
{
316+
"image_file": "Okayge.webp",
317+
"emojis": []
318+
},
307319
{
308320
"image_file": "peepoHappy.webp",
309321
"emojis": []
@@ -360,6 +372,10 @@
360372
"image_file": "POGGERS.webp",
361373
"emojis": []
362374
},
375+
{
376+
"image_file": "Sadge.webp",
377+
"emojis": []
378+
},
363379
{
364380
"image_file": "widepeepoHappy.webp",
365381
"emojis": []

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.6.1'
10+
classpath 'com.android.tools.build:gradle:4.0.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Mar 15 19:39:20 IST 2020
1+
#Thu Jun 11 12:00:22 IST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 commit comments

Comments
 (0)