Skip to content

Commit

Permalink
Fix recursive build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Dec 10, 2023
1 parent 8a96a52 commit 35303e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Android/feature/range/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ dependencies {
implementation(libs.jsr305)
implementation(libs.glide)
}

android {
namespace = "net.twisterrob.blt.android.feature.range"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
group = "net.twisterrob.travel"

pluginManager.withPlugin("org.gradle.java-base") {
java {
sourceCompatibility = libs.versions.java.asProvider().get()
Expand Down

0 comments on commit 35303e6

Please sign in to comment.