File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ buildscript {
6
6
7
7
// Top-level build file where you can add configuration options common to all sub-projects/modules.
8
8
plugins {
9
- id ' com.android.application' version ' 7.4.0-alpha09 ' apply false
10
- id ' com.android.library' version ' 7.4.0-alpha09 ' apply false
9
+ id ' com.android.application' version ' 7.4.0-alpha10 ' apply false
10
+ id ' com.android.library' version ' 7.4.0-alpha10 ' apply false
11
11
id ' org.jetbrains.kotlin.android' version ' 1.7.10' apply false
12
12
}
13
13
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,19 +111,19 @@ 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" )
126
- implementation(" io.coil-kt:coil-compose:2.1 .0" )
126
+ implementation(" io.coil-kt:coil-compose:2.2 .0" )
127
127
implementation(" androidx.constraintlayout:constraintlayout-compose:1.0.1" )
128
128
implementation(" androidx.tv:tv-foundation:1.0.0-SNAPSHOT" )
129
129
You can’t perform that action at this time.
0 commit comments