mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-02 21:12:57 +01:00
fbcbdafa49
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>
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
|
|
}
|