feat: 更新依赖
This commit is contained in:
parent
6d4d61ab7b
commit
cdbbdb9fc0
2 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,9 @@ val verCode = "git rev-list --count HEAD".exec().toInt() */
|
|||
|
||||
android {
|
||||
namespace = "cn.super12138.todo"
|
||||
compileSdk = 36
|
||||
compileSdk {
|
||||
version = release(36)
|
||||
}
|
||||
|
||||
// 获取 Release 签名
|
||||
val releaseSigning = if (project.hasProperty("releaseStoreFile")) {
|
||||
|
|
|
|||
|
|
@ -8,12 +8,10 @@ datastore = "1.2.0"
|
|||
activityCompose = "1.12.0"
|
||||
composeBom = "2025.11.01"
|
||||
liveData = "1.9.5"
|
||||
icons = "1.7.8"
|
||||
room = "2.8.4"
|
||||
navigation = "2.9.6"
|
||||
material3 = "1.5.0-alpha09"
|
||||
adaptive = "1.2.0"
|
||||
nav3Core = "1.0.0-rc01"
|
||||
nav3Core = "1.0.0"
|
||||
# AboutLibraries
|
||||
aboutLibsRelease = "13.1.0"
|
||||
aboutLibsReleasePlugin = "13.1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue