chore: bump dependencies

This commit is contained in:
2024-11-10 20:36:10 +08:00
parent e47754b870
commit e7763baa22
2 changed files with 9 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ kotlin.code.style=official
kotlin.incremental.useClasspathSnapshot=true kotlin.incremental.useClasspathSnapshot=true
# Project Configuration # Project Configuration
project.name=MIUINativeNotifyIcon project.name=MIUINativeNotifyIcon
project.android.compileSdk=34 project.android.compileSdk=35
project.android.minSdk=28 project.android.minSdk=28
project.android.targetSdk=34 project.android.targetSdk=34
project.app.packageName=com.fankes.miui.notify project.app.packageName=com.fankes.miui.notify

View File

@@ -22,13 +22,13 @@ repositories:
plugins: plugins:
com.android.application: com.android.application:
alias: android-application alias: android-application
version: 8.5.0 version: 8.5.2
org.jetbrains.kotlin.android: org.jetbrains.kotlin.android:
alias: kotlin-android alias: kotlin-android
version: 2.0.0 version: 2.0.21
com.google.devtools.ksp: com.google.devtools.ksp:
alias: kotlin-ksp alias: kotlin-ksp
version: 2.0.0-1.0.22 version: 2.0.21-1.0.27
libraries: libraries:
com.fankes.projectpromote: com.fankes.projectpromote:
@@ -49,6 +49,7 @@ libraries:
com.github.topjohnwu.libsu: com.github.topjohnwu.libsu:
core: core:
version: 5.2.2 version: 5.2.2
auto-update: false
com.github.duanhong169: com.github.duanhong169:
drawabletoolbox: drawabletoolbox:
version: 1.0.7 version: 1.0.7
@@ -57,7 +58,7 @@ libraries:
version: 5.0.0-alpha.14 version: 5.0.0-alpha.14
androidx.core: androidx.core:
core-ktx: core-ktx:
version: 1.13.1 version: 1.15.0
androidx.appcompat: androidx.appcompat:
appcompat: appcompat:
version: 1.7.0 version: 1.7.0
@@ -66,13 +67,13 @@ libraries:
version: 1.12.0 version: 1.12.0
androidx.constraintlayout: androidx.constraintlayout:
constraintlayout: constraintlayout:
version: 2.1.4 version: 2.2.0
androidx.test.ext: androidx.test.ext:
junit: junit:
version: 1.1.5 version: 1.2.1
androidx.test.espresso: androidx.test.espresso:
espresso-core: espresso-core:
version: 3.5.1 version: 3.6.1
junit: junit:
junit: junit:
version: 4.13.2 version: 4.13.2