build: Bump ReVanced Patcher

BREAKING CHANGE: Various APIs have been changed or removed.
This commit is contained in:
oSumAtrIX
2024-10-10 19:43:01 +02:00
parent 5848269c2e
commit eee1692277
1359 changed files with 22895 additions and 29623 deletions

View File

@ -0,0 +1,10 @@
plugins {
`java-library`
}
description = "Provide Android API stubs for ReVanced Patches."
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}