Use latest libraries and SDK
This commit is contained in:
parent
cfa3dc7e84
commit
6c1ded4039
4 changed files with 14 additions and 13 deletions
|
|
@ -1,12 +1,12 @@
|
|||
buildscript {
|
||||
ext {
|
||||
compose_version = '1.1.0-beta01'
|
||||
compose_version = '1.3.0-rc01'
|
||||
}
|
||||
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id 'com.android.application' version '7.2.0' apply false
|
||||
id 'com.android.library' version '7.2.0' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.5.31' apply false
|
||||
id 'com.android.application' version '7.3.0' apply false
|
||||
id 'com.android.library' version '7.3.0' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue