This repository was archived by the owner on Jan 19, 2022. It is now read-only.
File tree 8 files changed +21
-5
lines changed
8 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
16
16
applicationId " me.kavishhukmani.watwitchstickers"
17
17
minSdkVersion 15
18
18
targetSdkVersion 28
19
- versionCode 901
20
- versionName " 9 .0.1 "
19
+ versionCode 1000
20
+ versionName " 10 .0.0 "
21
21
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
22
22
def contentProviderAuthority = applicationId + " .stickercontentprovider"
23
23
// Creates a placeholder property to use in the manifest.
Original file line number Diff line number Diff line change 132
132
"image_file" : " GivePLZ.webp" ,
133
133
"emojis" : []
134
134
},
135
+ {
136
+ "image_file" : " FrankerZ.webp" ,
137
+ "emojis" : []
138
+ },
135
139
{
136
140
"image_file" : " KonCha.webp" ,
137
141
"emojis" : []
304
308
"image_file" : " NOP.webp" ,
305
309
"emojis" : []
306
310
},
311
+ {
312
+ "image_file" : " OkayBruh.webp" ,
313
+ "emojis" : []
314
+ },
315
+ {
316
+ "image_file" : " Okayge.webp" ,
317
+ "emojis" : []
318
+ },
307
319
{
308
320
"image_file" : " peepoHappy.webp" ,
309
321
"emojis" : []
360
372
"image_file" : " POGGERS.webp" ,
361
373
"emojis" : []
362
374
},
375
+ {
376
+ "image_file" : " Sadge.webp" ,
377
+ "emojis" : []
378
+ },
363
379
{
364
380
"image_file" : " widepeepoHappy.webp" ,
365
381
"emojis" : []
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
jcenter()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.6.1 '
10
+ classpath ' com.android.tools.build:gradle:4.0.0 '
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Sun Mar 15 19:39:20 IST 2020
1
+ # Thu Jun 11 12:00:22 IST 2020
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments