Skip to content

Commit 6e06366

Browse files
authored
Merge pull request #25 from Breens-Mbaka/revert-18-fix-compose-previews
Revert "Enable compose build features to fix Previews"
2 parents 9fba8d0 + 6f72eab commit 6e06366

File tree

3 files changed

+193
-214
lines changed

3 files changed

+193
-214
lines changed

BeeTablesCompose/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ android {
5252
excludes += "/META-INF/{AL2.0,LGPL2.1}"
5353
}
5454
}
55-
buildFeatures {
56-
compose = true
57-
}
5855
}
5956

6057
dependencies {

app/build.gradle.kts

-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ android {
4343
getDefaultProguardFile("proguard-android-optimize.txt"),
4444
"proguard-rules.pro",
4545
)
46-
signingConfig = signingConfigs.getByName("debug")
4746
}
4847
}
4948
compileOptions {
@@ -58,9 +57,6 @@ android {
5857
excludes += "/META-INF/{AL2.0,LGPL2.1}"
5958
}
6059
}
61-
buildFeatures {
62-
compose = true
63-
}
6460
}
6561

6662
dependencies {

0 commit comments

Comments
 (0)