mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-02 17:23:28 +01:00
eee1692277
BREAKING CHANGE: Various APIs have been changed or removed.
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
plugins {
|
|
`java-library`
|
|
}
|
|
|
|
description = "Provide Android API stubs for ReVanced Patches."
|
|
|
|
java {
|
|
sourceCompatibility = JavaVersion.VERSION_11
|
|
targetCompatibility = JavaVersion.VERSION_11
|
|
}
|