diff --git a/app/build.gradle b/app/build.gradle index e6c8a29..c7e4edf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,13 +63,13 @@ android { } dependencies { - implementation platform('androidx.compose:compose-bom:2022.10.00') - implementation 'androidx.activity:activity-compose:1.6.1' + implementation platform('androidx.compose:compose-bom:2023.04.00') + implementation 'androidx.activity:activity-compose:1.7.1' implementation 'androidx.compose.material3:material3' implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-tooling-preview' - implementation 'androidx.core:core-ktx:1.9.0' + implementation 'androidx.core:core-ktx:1.10.0' - androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00') + androidTestImplementation platform('androidx.compose:compose-bom:2023.04.00') debugImplementation 'androidx.compose.ui:ui-tooling' } diff --git a/build.gradle b/build.gradle index 6e4067a..b92da8a 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '7.4.2' apply false - id 'com.android.library' version '7.4.2' apply false + id 'com.android.application' version '8.0.0' apply false + id 'com.android.library' version '8.0.0' apply false id 'org.jetbrains.kotlin.android' version '1.8.10' apply false } diff --git a/gradle.properties b/gradle.properties index 7241396..853b841 100644 --- a/gradle.properties +++ b/gradle.properties @@ -38,3 +38,5 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true +android.defaults.buildfeatures.buildconfig=true +android.nonFinalResIds=false