chore: update target sdk to 36

This commit is contained in:
2025-08-19 17:02:41 +08:00
parent 90aec5b9fa
commit 570e5a23ba

View File

@@ -5,9 +5,9 @@ android.nonTransitiveRClass=true
kotlin.code.style=official kotlin.code.style=official
# Project Configuration # Project Configuration
project.name=ColorOSNotifyIcon project.name=ColorOSNotifyIcon
project.android.compileSdk=35 project.android.compileSdk=36
project.android.minSdk=29 project.android.minSdk=29
project.android.targetSdk=35 project.android.targetSdk=36
project.app.packageName=com.fankes.coloros.notify project.app.packageName=com.fankes.coloros.notify
project.app.versionName="1.100" project.app.versionName="1.100"
project.app.versionCode=23 project.app.versionCode=23