Skip to content

Commit

Permalink
add constraint animation;
Browse files Browse the repository at this point in the history
  • Loading branch information
OCNYang committed Jul 25, 2018
1 parent 5c47fc6 commit 09c1b82
Show file tree
Hide file tree
Showing 10 changed files with 925 additions and 4 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Expand Up @@ -25,14 +25,11 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'

implementation 'com.android.support:design:27.1.0'
implementation 'com.android.support:support-vector-drawable:27.1.0'
implementation 'com.android.support:cardview-v7:27.1.0'

implementation 'com.facebook.fresco:fresco:1.8.1'
implementation 'com.facebook.fresco:animated-gif:1.8.1'

implementation project(':view-animation')
implementation project(':drawable-animation')
implementation project(':property-animation')
Expand All @@ -41,4 +38,5 @@ dependencies {
implementation project(':transition-animation')
implementation project(':state-animation')
implementation project(':vector-animation')
implementation project(':constraint-animation')
}
1 change: 1 addition & 0 deletions constraint-animation/.gitignore
@@ -0,0 +1 @@
/build

0 comments on commit 09c1b82

Please sign in to comment.