diff --git a/app/build.gradle b/app/build.gradle index dd56926..7a5731e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ android { } buildFeatures { - if (android_builder_main_version >= 7 || (android_builder_main_version > 4 && android_builder_mid_version > 3)) { + if (android_builder_main_version >= 5 || (android_builder_main_version == 4 && android_builder_mid_version >= 3)) { compose true } // Disable unused AGP features @@ -111,4 +111,4 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version" -} \ No newline at end of file +}