mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
build: update Kotlin and AGP
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
4ec76766d0
commit
e3301801b7
2 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
buildscript {
|
||||
ext {
|
||||
compose_version = '1.0.0-alpha02'
|
||||
kotlin_version = '1.4.0'
|
||||
kotlin_version = '1.4.10'
|
||||
room_version = '2.3.0-alpha02'
|
||||
}
|
||||
repositories {
|
||||
|
@ -10,7 +10,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:4.2.0-alpha09"
|
||||
classpath "com.android.tools.build:gradle:4.2.0-alpha10"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
@ -34,7 +34,6 @@ subprojects {
|
|||
}
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion "30.0.2"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue