all: update to Compose alpha08 and Kotlin 1.4.20

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-03 01:53:31 +05:30
parent 6597f0058d
commit f8b8ce0b5b
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
7 changed files with 16 additions and 16 deletions

View file

@ -1,7 +1,7 @@
rootProject.ext.versions = [
agp: '7.0.0-alpha01',
daggerHilt: '2.30.1-alpha',
kotlin: '1.4.10',
kotlin: '1.4.20',
lint: '27.3.0-alpha01',
]