Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
RugerMcCarthy authored Jun 30, 2021
1 parent 5bc830b commit eadcad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -111,4 +111,4 @@ dependencies {

androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
}
}

0 comments on commit eadcad3

Please sign in to comment.