This repository was archived by the owner on Dec 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
ActivitySceneTransitionBasic Expand file tree Collapse file tree 11 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:7.2.0 '
24+ classpath ' com.android.tools.build:gradle:7.2.1 '
2525 }
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:7.2.0 '
24+ classpath ' com.android.tools.build:gradle:7.2.1 '
2525 }
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:7.2.0 '
24+ classpath ' com.android.tools.build:gradle:7.2.1 '
2525 }
2626}
2727
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 mavenCentral()
2222 }
2323 dependencies {
24- classpath ' com.android.tools.build:gradle:7.2.0 '
24+ classpath ' com.android.tools.build:gradle:7.2.1 '
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2626 }
2727}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
2323 mavenCentral()
2424 }
2525 dependencies {
26- classpath ' com.android.tools.build:gradle:7.2.0 '
26+ classpath ' com.android.tools.build:gradle:7.2.1 '
2727 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2828
2929 // NOTE: Do not place your application dependencies here; they belong
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:7.2.0 '
24+ classpath ' com.android.tools.build:gradle:7.2.1 '
2525 }
2626}
2727
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222 mavenCentral()
2323 }
2424 dependencies {
25- classpath ' com.android.tools.build:gradle:7.2.0 '
25+ classpath ' com.android.tools.build:gradle:7.2.1 '
2626 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2727 classpath " androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version "
2828 }
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ buildscript {
2121}
2222
2323plugins {
24- id ' com.android.application' version ' 7.2.0 ' apply false
25- id ' com.android.library' version ' 7.2.0 ' apply false
24+ id ' com.android.application' version ' 7.2.1 ' apply false
25+ id ' com.android.library' version ' 7.2.1 ' apply false
2626 id ' org.jetbrains.kotlin.android' version ' 1.6.0' apply false
2727}
2828
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222 mavenCentral()
2323 }
2424 dependencies {
25- classpath ' com.android.tools.build:gradle:7.2.0 '
25+ classpath ' com.android.tools.build:gradle:7.2.1 '
2626
2727 // NOTE: Do not place your application dependencies here; they belong
2828 // in the individual module build.gradle files
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:7.2.0 '
24+ classpath ' com.android.tools.build:gradle:7.2.1 '
2525 }
2626}
2727
You can’t perform that action at this time.
0 commit comments