mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-03 14:52:56 +01:00
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
|
||
|
}
|