feat(syncforreddit): add change-oauth-client-id patch (#2393)

This commit is contained in:
oSumAtrIX
2023-06-12 01:15:16 +02:00
committed by GitHub
parent bc97c10a53
commit c93f0c6a99
9 changed files with 134 additions and 13 deletions

View File

@ -33,6 +33,10 @@ dependencies {
implementation("com.google.code.gson:gson:2.10.1")
// Required for FlexVer-Java
implementation("com.unascribed:flexver-java:1.0.2")
// A dependency to the Android library unfortunately fails the build,
// which is why this is required for the patch change-oauth-client-id
compileOnly(project("dummy"))
}
kotlin {