Skip to content

Commit

Permalink
a styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kuyucuburak committed Jul 11, 2024
1 parent 57aab5d commit d78e3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {

subprojects {
afterEvaluate {
if (plugins.hasPlugin("com.android.library") || plugins.hasPlugin("com.android.application")) {
if (plugins.hasPlugin("com.android.application") || plugins.hasPlugin("com.android.library")) {
extensions.configure<com.android.build.gradle.BaseExtension> {
compileSdkVersion(rootProject.extra["compileSdkVersion"] as Int)

Expand Down

0 comments on commit d78e3be

Please sign in to comment.