Skip to content

Commit

Permalink
feat: removed unnused extras
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Dec 2, 2024
1 parent 66f72ad commit 76db4be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
*/

buildscript {
extra["versions"] = mapOf(
"android" to mapOf(
"buildTools" to "30.0.3",
"compileSdk" to 34,
"minSdk" to 21,
"targetSdk" to 35
)
)

repositories {
gradlePluginPortal()
Expand Down

0 comments on commit 76db4be

Please sign in to comment.