build: dependency updates

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-08 11:50:14 +05:30
parent e3a931fab4
commit 09cb29c532
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
plugins {
id("com.android.library")
kotlin("android")
kotlin("plugin.serialization") version "1.4.20"
kotlin("plugin.serialization") version "1.4.21"
`lobsters-plugin`
}