gradle: Specify compile SDK using the new DSL

Ref: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/37141

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2026-04-26 22:06:14 +08:00
parent 75ba09af32
commit 60d732e6fe

View File

@@ -52,7 +52,9 @@ kotlin {
configure<ApplicationExtension> {
namespace = "com.aurora.store"
compileSdk = 37
compileSdk {
version = release(37)
}
defaultConfig {
applicationId = "com.aurora.store"