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:
@@ -52,7 +52,9 @@ kotlin {
|
||||
|
||||
configure<ApplicationExtension> {
|
||||
namespace = "com.aurora.store"
|
||||
compileSdk = 37
|
||||
compileSdk {
|
||||
version = release(37)
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.aurora.store"
|
||||
|
||||
Reference in New Issue
Block a user