Skip to content

Commit

Permalink
chore: Remove dummy subproject
Browse files Browse the repository at this point in the history
It is not necessary anymore
  • Loading branch information
oSumAtrIX committed Feb 13, 2024
1 parent f80feb7 commit a430d3c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ dependencies {
implementation(libs.guava)
// Used in JsonGenerator.
implementation(libs.gson)

// A dependency to the Android library unfortunately fails the build, which is why this is required.
compileOnly(project("dummy"))
}

kotlin {
Expand Down Expand Up @@ -120,4 +117,4 @@ publishing {
}
}
}
}
}
9 changes: 0 additions & 9 deletions dummy/build.gradle.kts

This file was deleted.

9 changes: 0 additions & 9 deletions dummy/src/main/java/android/os/Environment.java

This file was deleted.

2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include("dummy")

rootProject.name = "revanced-patches"

buildCache {
Expand Down

0 comments on commit a430d3c

Please sign in to comment.