mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-08 18:44:34 +02:00
fix: Unable to parse patches json in Revancify
This commit is contained in:
parent
a253e5edce
commit
af9c718638
@ -28,7 +28,7 @@ internal class JsonPatchesFileGenerator : PatchesFileGenerator {
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
}.let {
|
}.let {
|
||||||
patchesJson.writeText(GsonBuilder().setPrettyPrinting().create().toJson(it))
|
patchesJson.writeText(GsonBuilder().serializeNulls().setPrettyPrinting().create().toJson(it))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user