gradle: Bump targetSdk to 35 (Android 15)
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId = "com.aurora.store"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
targetSdk = 35
|
||||
|
||||
versionCode = 60
|
||||
versionName = "4.5.1"
|
||||
|
||||
Reference in New Issue
Block a user