build: upgrade Activity, Compose, Navigation, and Room

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-17 00:58:53 +05:30
parent f55604f8fd
commit 1c6f6ad619
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 8 additions and 8 deletions

View file

@ -34,7 +34,7 @@ android {
buildFeatures.compose = true
composeOptions {
kotlinCompilerVersion = "1.4.20"
kotlinCompilerVersion = "1.4.21"
kotlinCompilerExtensionVersion = Dependencies.COMPOSE_VERSION
}