File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ project.yukihookapi-core.moduleName=api
1212project.yukihookapi-core.version ="1.2.1"
1313project.yukihookapi-ksp-xposed.moduleName =ksp-xposed
1414project.yukihookapi-ksp-xposed.version =${project.yukihookapi-core.version}
15- project.android.compileSdk =34
15+ project.android.compileSdk =35
1616project.android.minSdk =21
1717project.android.targetSdk =34
1818project.samples-demo-app.packageName =${project.groupName}.demo_app
Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ repositories:
1919plugins :
2020 org.jetbrains.kotlin.jvm :
2121 alias : kotlin-jvm
22- version : 2.0.0
22+ version : 2.0.21
2323 org.jetbrains.kotlin.android :
2424 alias : kotlin-android
2525 version-ref : kotlin-jvm
2626 com.google.devtools.ksp :
2727 alias : kotlin-ksp
28- version : 2.0.0 -1.0.22
28+ version : 2.0.21 -1.0.27
2929 com.android.application :
3030 alias : android-application
31- version : 8.5.0
31+ version : 8.5.2
3232 com.android.library :
3333 alias : android-library
3434 version-ref : android-application
3535 com.vanniktech.maven.publish :
3636 alias : maven-publish
37- version : 0.28 .0
37+ version : 0.30 .0
3838
3939libraries :
4040 de.robv.android.xposed :
@@ -44,7 +44,7 @@ libraries:
4444 rovo89-xposed-api
4545 com.github.tiann :
4646 FreeReflection :
47- version : 3.2.0
47+ version : 3.2.2
4848 repositories :
4949 jit-pack
5050 com.google.devtools.ksp :
@@ -58,31 +58,31 @@ libraries:
5858 version : 1.2.0
5959 androidx.annotation :
6060 annotation :
61- version : 1.8.0
61+ version : 1.9.1
6262 androidx.preference :
6363 preference-ktx :
6464 version : 1.2.1
6565 androidx.core :
6666 core-ktx :
67- version : 1.13.1
67+ version : 1.15.0
6868 androidx.appcompat :
6969 appcompat :
7070 version : 1.7.0
7171 androidx.lifecycle :
7272 lifecycle-viewmodel-ktx :
73- version : 2.8.2
73+ version : 2.8.7
7474 com.google.android.material :
7575 material :
7676 version : 1.12.0
7777 androidx.constraintlayout :
7878 constraintlayout :
79- version : 2.1.4
79+ version : 2.2.0
8080 androidx.test.ext :
8181 junit :
82- version : 1.1.5
82+ version : 1.2.1
8383 androidx.test.espresso :
8484 espresso-core :
85- version : 3.5 .1
85+ version : 3.6 .1
8686 junit :
8787 junit :
8888 version : 4.13.2
You can’t perform that action at this time.
0 commit comments