File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Sat Aug 06 15:40:58 EDT 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ dependencies {
111
111
implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1" )
112
112
113
113
// Leanback
114
- implementation(" androidx.leanback:leanback-preference:1.2.0-alpha02 " )
114
+ implementation(" androidx.leanback:leanback-preference:1.2.0-SNAPSHOT " )
115
115
116
116
// Compose
117
117
implementation(" androidx.activity:activity-compose:1.5.1" )
118
- implementation(" androidx.lifecycle:lifecycle-runtime-compose:2.6.0-alpha01 " )
118
+ implementation(" androidx.lifecycle:lifecycle-runtime-compose:2.6.0-SNAPSHOT " )
119
119
implementation(" androidx.compose.ui:ui:$compose_version " )
120
120
implementation(" androidx.compose.ui:ui-tooling-preview:$compose_version " )
121
121
implementation(" androidx.compose.runtime:runtime-livedata:$compose_version " )
122
- implementation(" androidx.compose.material3:material3:1.0.0-alpha16 " )
122
+ implementation(" androidx.compose.material3:material3:1.0.0-SNAPSHOT " )
123
123
implementation(" androidx.compose.material:material:$compose_version " )
124
124
implementation(" androidx.compose.foundation:foundation:$compose_version " )
125
125
implementation(" androidx.navigation:navigation-compose:2.5.1" )
You can’t perform that action at this time.
0 commit comments