mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 21:56:17 +00:00
fix: Specify Build tools for API
This commit is contained in:
@@ -59,6 +59,7 @@ tasks.matching { it.name.startsWith("publish") }.configureEach {
|
||||
android {
|
||||
namespace = "app.revanced.manager.plugin.downloader"
|
||||
compileSdk = 35
|
||||
buildToolsVersion = "35.0.1"
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 26
|
||||
|
||||
Reference in New Issue
Block a user