Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app-catalog/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId "com.wintmain.catalog.app"
minSdk 26
targetSdk 34
versionCode 20240831
versionName 'V20240831'
versionCode 20240928
versionName 'V20240928'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
# Modifications are licensed under the License.

[versions]
compose-bom = "2024.02.00"
compose-bom = "2024.09.02"
composeCompiler = "1.5.9"
kotlin = "1.9.22"
hilt = "2.48.1"
casa = "0.5.1"
agp = "8.2.2"
agp = "8.5.2"
ksp = "1.9.22-1.0.17" # Should be updated when kotlin version is updated
coreExt = "1.12.0"
androidx_activity = "1.8.2"
androidx_appcompat = "1.6.1"
androidx_navigation = "2.7.7"
androidx_window = "1.2.0"
coreExt = "1.13.1"
androidx_activity = "1.9.2"
androidx_appcompat = "1.7.0"
androidx_navigation = "2.8.1"
androidx_window = "1.3.0"

[libraries]
# Core dependencies
Expand Down Expand Up @@ -80,17 +80,17 @@ androidx-recyclerviewExt = { group = "androidx.recyclerview", name = "recyclervi
androidx-recyclerview-selection = "androidx.recyclerview:recyclerview-selection:1.1.0"
androidx-slidingpanelayout = "androidx.slidingpanelayout:slidingpanelayout:1.2.0"
androidx-annotation = "androidx.annotation:annotation:1.8.2"
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.2"
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.3"
androidx-exifinterface = "androidx.exifinterface:exifinterface:1.3.7"
androidx-transition = "androidx.transition:transition-ktx:1.5.1"
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4"
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6"
androidx-viewpager2 = "androidx.viewpager2:viewpager2:1.1.0"
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.9.1"
androidx-core-remoteviews = "androidx.core:core-remoteviews:1.1.0"
androidx-glance-appwidget = "androidx.glance:glance-appwidget:1.1.0"
androidx-glance-material3 = "androidx.glance:glance-material3:1.1.0"
androidx-graphics-core = "androidx.graphics:graphics-core:1.0.0"
androidx-startup = 'androidx.startup:startup-runtime:1.1.1'
androidx-graphics-core = "androidx.graphics:graphics-core:1.0.1"
androidx-startup = 'androidx.startup:startup-runtime:1.2.0'
androidx-media = "androidx.media:media:1.7.0"
androidx-draganddrop = "androidx.draganddrop:draganddrop:1.0.0"
androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03"
Expand All @@ -108,7 +108,7 @@ androidx-window-core = { module = "androidx.window:window-core", version.ref = "
codelocator-core = "com.bytedance.tools.codelocator:codelocator-core:2.0.3"
google-ksp-plugin = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }
google-ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
material = "com.google.android.material:material:1.11.0"
material = "com.google.android.material:material:1.12.0"
accompanist-permissions = "com.google.accompanist:accompanist-permissions:0.32.0"

# 测试依赖
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Feb 19 19:42:55 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading