fix: Specify Build tools for API

This commit is contained in:
Pun Butrach
2025-07-22 20:43:15 +07:00
parent fc96137567
commit f6194edde9

View File

@@ -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