@@ -85,36 +85,36 @@ ext {
8585 // https://mvnrepository.com/artifact/androidx.lifecycle/lifecycle-common-java8
8686 // Lifecycles only ( without ViewModel or LiveData )
8787 // https://developer.android.com/jetpack/androidx/releases/lifecycle
88- lifecycle_runtime : " androidx.lifecycle:lifecycle-runtime-ktx:2.9.3 " ,
88+ lifecycle_runtime : " androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 " ,
8989 // ViewModel
90- lifecycle_viewmodel : " androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3 " ,
90+ lifecycle_viewmodel : " androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 " ,
9191 // LiveData
92- lifecycle_livedata : " androidx.lifecycle:lifecycle-livedata-ktx:2.9.3 " ,
92+ lifecycle_livedata : " androidx.lifecycle:lifecycle-livedata-ktx:2.9.4 " ,
9393 // Saved state module for ViewModel
94- lifecycle_viewmodel_savedstate : " androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.3 " ,
94+ lifecycle_viewmodel_savedstate : " androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 " ,
9595 // DefaultLifecycleObserver Java8
96- lifecycle_common_java8 : " androidx.lifecycle:lifecycle-common-java8:2.9.3 " ,
96+ lifecycle_common_java8 : " androidx.lifecycle:lifecycle-common-java8:2.9.4 " ,
9797 // https://mvnrepository.com/artifact/androidx.activity/activity-ktx
9898 // https://developer.android.com/jetpack/androidx/releases/activity
99- activity : " androidx.activity:activity-ktx:1.11.0-rc01 " ,
99+ activity : " androidx.activity:activity-ktx:1.11.0" ,
100100 // https://mvnrepository.com/artifact/androidx.fragment/fragment-ktx
101101 fragment : " androidx.fragment:fragment-ktx:1.8.9" ,
102102 // https://mvnrepository.com/artifact/androidx.navigation/navigation-fragment-ktx
103103 // https://mvnrepository.com/artifact/androidx.navigation/navigation-ui-ktx
104104 // https://developer.android.com/guide/navigation
105105 // https://developer.android.com/jetpack/androidx/releases/navigation
106- navigation_fragment : " androidx.navigation:navigation-fragment-ktx:2.9.3 " ,
107- navigation_ui : " androidx.navigation:navigation-ui-ktx:2.9.3 " ,
106+ navigation_fragment : " androidx.navigation:navigation-fragment-ktx:2.9.5 " ,
107+ navigation_ui : " androidx.navigation:navigation-ui-ktx:2.9.5 " ,
108108 // https://mvnrepository.com/artifact/androidx.work/work-runtime-ktx
109109 // WorkManager Kotlin + coroutines
110- work_runtime : " androidx.work:work-runtime-ktx:2.10.3 " ,
110+ work_runtime : " androidx.work:work-runtime-ktx:2.10.5 " ,
111111 // https://mvnrepository.com/artifact/androidx.room/room-runtime
112112 // https://mvnrepository.com/artifact/androidx.room/room-compiler
113113 // https://mvnrepository.com/artifact/androidx.room/room-ktx
114114 // Room 持久性库 https://developer.android.com/training/data-storage/room
115- room_runtime : " androidx.room:room-runtime:2.7 .2" ,
116- room_compiler : " androidx.room:room-compiler:2.7 .2" ,
117- room : " androidx.room:room-ktx:2.7 .2" ,
115+ room_runtime : " androidx.room:room-runtime:2.8 .2" ,
116+ room_compiler : " androidx.room:room-compiler:2.8 .2" ,
117+ room : " androidx.room:room-ktx:2.8 .2" ,
118118 // https://mvnrepository.com/artifact/androidx.palette/palette-ktx
119119 // Palette 调色板 ( 从图片中获取颜色 )
120120 palette : " androidx.palette:palette-ktx:1.0.0" ,
@@ -139,20 +139,20 @@ ext {
139139 // https://mvnrepository.com/artifact/androidx.viewpager2/viewpager2
140140 viewpager2 : " androidx.viewpager2:viewpager2:1.1.0" ,
141141 // https://mvnrepository.com/artifact/androidx.activity/activity
142- activity : " androidx.activity:activity:1.11.0-rc01 " ,
142+ activity : " androidx.activity:activity:1.11.0" ,
143143 // https://mvnrepository.com/artifact/androidx.fragment/fragment
144144 fragment : " androidx.fragment:fragment:1.8.9" ,
145145 // https://mvnrepository.com/artifact/androidx.navigation/navigation-fragment
146146 // https://mvnrepository.com/artifact/androidx.navigation/navigation-ui
147147 // https://developer.android.com/guide/navigation
148148 // https://developer.android.com/jetpack/androidx/releases/navigation
149- navigation_fragment : " androidx.navigation:navigation-fragment:2.9.3 " ,
150- navigation_ui : " androidx.navigation:navigation-ui:2.9.3 " ,
149+ navigation_fragment : " androidx.navigation:navigation-fragment:2.9.5 " ,
150+ navigation_ui : " androidx.navigation:navigation-ui:2.9.5 " ,
151151 // https://mvnrepository.com/artifact/androidx.work/work-runtime
152152 // WorkManager Java only
153- work_runtime : " androidx.work:work-runtime:2.10.3 " ,
153+ work_runtime : " androidx.work:work-runtime:2.10.5 " ,
154154 // https://mvnrepository.com/artifact/androidx.sqlite/sqlite
155- sqlite : " androidx.sqlite:sqlite:2.5.2 " , // 推荐使用 Room Jetpack 组件
155+ sqlite : " androidx.sqlite:sqlite:2.6.1 " , // 推荐使用 Room Jetpack 组件
156156 // https://mvnrepository.com/artifact/androidx.palette/palette
157157 // Palette 调色板 ( 从图片中获取颜色 )
158158 palette : " androidx.palette:palette:1.0.0" ,
@@ -175,8 +175,8 @@ ext {
175175 // https://mvnrepository.com/artifact/com.google.dagger/hilt-android
176176 // https://mvnrepository.com/artifact/com.google.dagger/hilt-android-compiler
177177 // Hilt 依赖注入 https://developer.android.com/training/dependency-injection/hilt-android
178- hilt_android : " com.google.dagger:hilt-android:2.57.1 " ,
179- hilt_android_compiler : " com.google.dagger:hilt-android-compiler:2.57.1 " ,
178+ hilt_android : " com.google.dagger:hilt-android:2.57.2 " ,
179+ hilt_android_compiler : " com.google.dagger:hilt-android-compiler:2.57.2 " ,
180180 ],
181181 ]
182182}
0 commit comments