mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-05-25 00:41:25 -04:00
Bump target SDK to Android 17
Also specify minor API level for compile SDK Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -49,13 +49,19 @@ kotlin {
|
||||
configure<ApplicationExtension> {
|
||||
namespace = "com.aurora.store"
|
||||
compileSdk {
|
||||
version = release(37)
|
||||
version = release(37) {
|
||||
minorApiLevel = 0
|
||||
}
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.aurora.store"
|
||||
minSdk = 23
|
||||
targetSdk = 36
|
||||
minSdk {
|
||||
version = release(23)
|
||||
}
|
||||
targetSdk {
|
||||
version = release(37)
|
||||
}
|
||||
|
||||
versionCode = 74
|
||||
versionName = "4.8.2"
|
||||
|
||||
Reference in New Issue
Block a user