build: bump AGP and remove unused lint dependency

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-04-10 21:22:08 +05:30
parent 789dae907a
commit e44b743016
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 1 additions and 3 deletions

View file

@ -28,7 +28,6 @@ dependencies {
implementation(Plugins.android)
implementation(Plugins.hilt)
implementation(Plugins.jsemver)
implementation(Plugins.lintModel)
implementation(Plugins.kotlin)
implementation(Plugins.shot)
implementation(Plugins.sqldelight)