Skip to content

Commit

Permalink
Merge pull request #28 from Breens-Mbaka/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
Breens-Mbaka authored Aug 24, 2024
2 parents 06a72a5 + ebde87d commit cf340f4
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 214 deletions.
3 changes: 0 additions & 3 deletions BeeTablesCompose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
buildFeatures {
compose = true
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro",
)
signingConfig = signingConfigs.getByName("debug")
}
}
compileOptions {
Expand All @@ -58,9 +57,6 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
buildFeatures {
compose = true
}
}

dependencies {
Expand Down
Loading

0 comments on commit cf340f4

Please sign in to comment.