chore: Remove `dummy` subproject

It is not necessary anymore
This commit is contained in:
oSumAtrIX 2024-02-13 02:58:24 +01:00
parent f80feb743e
commit a430d3c5a1
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
4 changed files with 1 additions and 24 deletions

View File

@ -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 {
@ -120,4 +117,4 @@ publishing {
}
}
}
}
}

View File

@ -1,9 +0,0 @@
plugins {
id("java")
}
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}

View File

@ -1,9 +0,0 @@
package android.os;
import java.io.File;
public final class Environment {
public static File getExternalStorageDirectory() {
throw new UnsupportedOperationException("Stub");
}
}

View File

@ -1,5 +1,3 @@
include("dummy")
rootProject.name = "revanced-patches"
buildCache {