bump dependencies version
This commit is contained in:
parent
1d02459028
commit
5737486f55
|
@ -60,7 +60,7 @@ dependencies {
|
|||
implementation "androidx.compose.material:material-icons-extended:$compose_version"
|
||||
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
|
||||
|
||||
def nav_compose_version = '2.4.0-beta02'
|
||||
def nav_compose_version = '2.4.0-rc01'
|
||||
implementation "androidx.navigation:navigation-compose:$nav_compose_version"
|
||||
|
||||
def lifecycle_version = '2.4.0'
|
||||
|
@ -70,7 +70,7 @@ dependencies {
|
|||
implementation 'androidx.activity:activity-compose:1.4.0'
|
||||
implementation "androidx.datastore:datastore-preferences:1.0.0"
|
||||
|
||||
def room_version = '2.4.0-beta02'
|
||||
def room_version = '2.4.0'
|
||||
kapt "androidx.room:room-compiler:$room_version"
|
||||
implementation "androidx.room:room-ktx:$room_version"
|
||||
implementation "androidx.room:room-runtime:$room_version"
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.6.0'
|
||||
compose_version = '1.1.0-beta04'
|
||||
compose_version = '1.1.0-rc01'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:7.0.3"
|
||||
classpath "com.android.tools.build:gradle:7.0.4"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
Loading…
Reference in New Issue
Block a user