Skip to content

Commit a427465

Browse files
authored
Merge pull request android#33 from android/motion-dependencies
Motion: Update dependencies
2 parents 9be7fa3 + 2327090 commit a427465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Motion/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ dependencies {
5252
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
5353

5454
implementation 'androidx.core:core-ktx:1.2.0-alpha04'
55-
implementation 'androidx.fragment:fragment-ktx:1.2.0-alpha04'
55+
implementation 'androidx.fragment:fragment-ktx:1.2.0-beta01'
5656
implementation 'androidx.appcompat:appcompat:1.1.0'
57-
implementation 'androidx.transition:transition:1.2.0-rc01'
57+
implementation 'androidx.transition:transition:1.3.0-beta01'
5858
implementation 'androidx.dynamicanimation:dynamicanimation:1.1.0-alpha02'
5959
implementation 'androidx.recyclerview:recyclerview:1.1.0-beta04'
6060

0 commit comments

Comments
 (0)