Skip to content

Commit

Permalink
Gradle version update
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab-kundu committed Apr 9, 2024
1 parent 0c9446f commit 66662ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ dependencies {
implementation "androidx.compose.ui:ui:$compose_ui_version"
implementation "androidx.compose.material:material:$compose_ui_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
implementation "androidx.compose.runtime:runtime-livedata:1.6.3"
implementation "androidx.compose.runtime:runtime-livedata:1.6.5"
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.3"
debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.5"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
def navigationComposeVersion = '2.7.7'
implementation "androidx.navigation:navigation-compose:$navigationComposeVersion"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.0'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
classpath 'com.google.gms:google-services:4.4.1' // Firebase
// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 66662ec

Please sign in to comment.