BOM and gradle update (#8)

This commit is contained in:
Android Dev
2023-02-07 13:02:24 -08:00
committed by GitHub
parent 9c5d8ae1b4
commit 64cb06ff8e
4 changed files with 19 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
compose_version = '1.1.1'
compose_version = '1.4.0'
}
}/*
* Copyright (c) 2022 The Android Open Source Project
@@ -19,9 +19,9 @@ buildscript {
// 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.6.10' apply false
id 'com.android.application' version '7.4.0' apply false
id 'com.android.library' version '7.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}
task clean(type: Delete) {