diff --git a/app/build.gradle b/app/build.gradle index 1d7f69b..eee2596 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/build.gradle b/build.gradle index dd2b1b1..a48f0dd 100644 --- a/build.gradle +++ b/build.gradle @@ -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