Compose migration from beta-07 to 1.0
This commit is contained in:
parent
d86cbe75dd
commit
a559a24fa4
4 changed files with 24 additions and 24 deletions
|
|
@ -5,8 +5,8 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.0-beta01'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
|
||||
classpath 'com.android.tools.build:gradle:7.0.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue