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