mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-11 13:15:39 +02:00
10 lines
204 B
Kotlin
10 lines
204 B
Kotlin
plugins {
|
|
`java-library`
|
|
}
|
|
|
|
description = "Provide Android API stubs for ReVanced Patches."
|
|
|
|
java {
|
|
sourceCompatibility = JavaVersion.VERSION_11
|
|
targetCompatibility = JavaVersion.VERSION_11
|
|
}
|