BOM and gradle update (#8)

This commit is contained in:
Android Dev
2025-11-12 00:00:00 +07:00
committed by GitHub
parent 2b72d6edb8
commit 0db4f3564c
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) {