Skip to content

Commit

Permalink
update com.android.tools.build:gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicalMeghan committed Jan 9, 2024
1 parent b9fdbdc commit 36e5eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AdvancedStateAndSideEffectsCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:8.2.1"
classpath "com.android.tools.build:gradle:8.1.0-rc01"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.50"
}
Expand Down
2 changes: 1 addition & 1 deletion MigrationCodelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:8.2.1"
classpath "com.android.tools.build:gradle:8.1.0-rc01"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.6"
}
Expand Down

0 comments on commit 36e5eff

Please sign in to comment.