Skip to content

Commit

Permalink
Update the android gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
klassm committed Dec 11, 2021
1 parent 6c517be commit 150dd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ val roomVersion = "2.3.0"

plugins {
id("net.researchgate.release") version "2.8.1"
id("com.android.application") version "7.0.3"
id("com.android.application") version "7.0.4"
kotlin("android").version("1.3.31")
kotlin("kapt").version("1.3.31")
kotlin("plugin.serialization") version "1.6.0"
Expand Down

0 comments on commit 150dd73

Please sign in to comment.