Skip to content

Commit ee3548f

Browse files
author
zagum
committed
-set animation duration programmatically
-set intermediate state color
1 parent b3261cf commit ee3548f

File tree

3 files changed

+315
-291
lines changed

3 files changed

+315
-291
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.3.0'
6+
classpath 'com.android.tools.build:gradle:2.3.1'
77
}
88
}
99

@@ -19,7 +19,7 @@ ext {
1919
minSdkVersion = 15
2020
targetSdkVersion = compileSdkVersion
2121

22-
supportLibVersion = '25.3.0'
22+
supportLibVersion = '25.3.1'
2323
}
2424

2525
task clean(type: Delete) {

0 commit comments

Comments
 (0)