Skip to content

Commit 276503c

Browse files
committed
chore: update target sdk to 36
1 parent 36bb1bf commit 276503c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ project.yukihookapi-core.moduleName=api
1111
project.yukihookapi-core.version="1.3.0"
1212
project.yukihookapi-ksp-xposed.moduleName=ksp-xposed
1313
project.yukihookapi-ksp-xposed.version=${project.yukihookapi-core.version}
14-
project.android.compileSdk=35
14+
project.android.compileSdk=36
1515
project.android.minSdk=21
16-
project.android.targetSdk=35
16+
project.android.targetSdk=36
1717
project.samples-demo-app.packageName=${project.groupName}.demo_app
1818
project.samples-demo-app.versionName=universal
1919
project.samples-demo-app.versionCode=1

0 commit comments

Comments
 (0)