feat(syncforreddit): add change-oauth-client-id patch (#2393)
This commit is contained in:
parent
7cf1e35fad
commit
c282abf677
9 changed files with 134 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue