gradle: Bump targetSdk to 35 (Android 15)

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-07-18 19:12:04 +07:00
parent 236afff89d
commit 8e70eed9bc

View File

@@ -44,7 +44,7 @@ android {
defaultConfig {
applicationId = "com.aurora.store"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 60
versionName = "4.5.1"