Skip to content

Commit

Permalink
Remove redundant declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja committed Apr 7, 2024
1 parent db07728 commit 7cb64d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions percentage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ plugins {
id("com.boswelja.publish")
}

group = findProperty("group")!!
version = findProperty("version")!!

android {
namespace = "com.boswelja.percentage"

Expand Down
3 changes: 0 additions & 3 deletions temperature/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ plugins {
id("com.boswelja.publish")
}

group = findProperty("group")!!
version = findProperty("version")!!

android {
namespace = "com.boswelja.temperature"

Expand Down

0 comments on commit 7cb64d4

Please sign in to comment.