mirror of
https://github.com/Hamza417/Inure.git
synced 2026-03-13 10:19:43 +08:00
bump: target sdk to 36
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user