This repository was archived by the owner on Nov 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ android {
3030}
3131
3232dependencies {
33- compile fileTree(dir : ' libs' , include : [' *.jar' ])
34- androidTestCompile (' com.android.support.test.espresso:espresso-core:2.2.2' , {
33+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
34+ androidTestImplementation (' com.android.support.test.espresso:espresso-core:2.2.2' , {
3535 exclude group : ' com.android.support' , module : ' support-annotations'
3636 })
37- compile ' com.android.support:appcompat-v7:27.1.1'
38- testCompile ' junit:junit:4.12'
39- compile ' com.android.support.constraint:constraint-layout:1.1.2'
37+ implementation ' com.android.support:appcompat-v7:27.1.1'
38+ testImplementation ' junit:junit:4.12'
39+ implementation ' com.android.support.constraint:constraint-layout:1.1.2'
4040}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
4444 implementation ' com.android.support:appcompat-v7:27.1.1'
4545
46- implementation ' com.android.support.constraint:constraint-layout:2.0.0-alpha1 '
46+ implementation ' com.android.support.constraint:constraint-layout:2.0.0-alpha2 '
4747 implementation ' android.arch.lifecycle:extensions:1.1.1'
4848 implementation ' com.android.support:design:27.1.1'
4949 implementation ' com.airbnb.android:lottie:2.5.1'
Original file line number Diff line number Diff line change 2929
3030 <KeyFrameSet >
3131 <KeyPosition
32- motion : type =" pathRelative"
32+ motion : keyPositionType =" pathRelative"
3333 motion : percentY =" -0.25"
3434 motion : framePosition =" 50"
3535 motion : target =" @id/button" />
Original file line number Diff line number Diff line change 6767 motion : framePosition =" 50"
6868 motion : target =" @id/button" />
6969 <KeyPosition
70- motion : type =" pathRelative"
70+ motion : keyPositionType =" pathRelative"
7171 motion : percentY =" -0.3"
7272 motion : framePosition =" 50"
7373 motion : target =" @id/button" />
Original file line number Diff line number Diff line change 140140 motion : percentX =" -0.2585034"
141141 motion : percentY =" 0.50630915"
142142 motion : target =" @id/imageView9"
143- motion : type =" deltaRelative" />
143+ motion : keyPositionType =" deltaRelative" />
144144 </KeyFrameSet >
145145 </Transition >
146146</MotionScene >
You can’t perform that action at this time.
0 commit comments