File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
AdvancedStateAndSideEffectsCodelab Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 }
2222
2323 dependencies {
24- classpath ' com.android.tools.build:gradle:8.3.1 '
24+ classpath ' com.android.tools.build:gradle:8.3.2 '
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2626 }
2727}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
1919 mavenCentral()
2020 }
2121 dependencies {
22- classpath " com.android.tools.build:gradle:8.3.1 "
22+ classpath " com.android.tools.build:gradle:8.3.2 "
2323 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2424 }
2525}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 mavenCentral()
2121 }
2222 dependencies {
23- classpath " com.android.tools.build:gradle:8.3.1 "
23+ classpath " com.android.tools.build:gradle:8.3.2 "
2424 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2525 classpath " com.google.dagger:hilt-android-gradle-plugin:2.51.1"
2626 }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 mavenCentral()
2121 }
2222 dependencies {
23- classpath ' com.android.tools.build:gradle:8.3.1 '
23+ classpath ' com.android.tools.build:gradle:8.3.2 '
2424 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2525 }
2626}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 mavenCentral()
2121 }
2222 dependencies {
23- classpath " com.android.tools.build:gradle:8.3.1 "
23+ classpath " com.android.tools.build:gradle:8.3.2 "
2424 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2525 }
2626}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 }
2121
2222 dependencies {
23- classpath ' com.android.tools.build:gradle:8.3.1 '
23+ classpath ' com.android.tools.build:gradle:8.3.2 '
2424 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2525 }
2626}
Original file line number Diff line number Diff line change 1616
1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818plugins {
19- id(" com.android.application" ) version " 8.3.1 " apply false
19+ id(" com.android.application" ) version " 8.3.2 " apply false
2020 id(" org.jetbrains.kotlin.android" ) version " 1.9.22" apply false
2121}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 }
2222
2323 dependencies {
24- classpath " com.android.tools.build:gradle:8.3.1 "
24+ classpath " com.android.tools.build:gradle:8.3.2 "
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2626 classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7"
2727 }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 }
2222
2323 dependencies {
24- classpath " com.android.tools.build:gradle:8.3.1 "
24+ classpath " com.android.tools.build:gradle:8.3.2 "
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2626 }
2727}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 }
2222
2323 dependencies {
24- classpath " com.android.tools.build:gradle:8.3.1 "
24+ classpath " com.android.tools.build:gradle:8.3.2 "
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
2626 }
2727}
You can’t perform that action at this time.
0 commit comments