bump: target sdk to 36

This commit is contained in:
Hamza Rizwan
2026-03-13 05:12:51 +05:30
parent a6e8bb7b47
commit e4901f45e2

View File

@@ -10,6 +10,7 @@ plugins {
id 'dev.rikka.tools.refine' version '4.4.0'
}
@SuppressWarnings('unused')
static def loadProperties(filePath) {
def properties = new Properties()
def file = new File(filePath)
@@ -52,7 +53,7 @@ android {
defaultConfig {
applicationId "app.simple.inure"
minSdkVersion 23
targetSdkVersion 35
targetSdkVersion 36
versionCode 10651
versionName "build106.5.1"
vectorDrawables.useSupportLibrary = true