aboutsummaryrefslogtreecommitdiff
path: root/dynamic-animation
diff options
context:
space:
mode:
authorNick Anthony <nickanthony@google.com>2018-10-31 13:59:57 -0400
committerNick Anthony <nickanthony@google.com>2018-10-31 13:59:57 -0400
commit95516537f944558e1624cd1c0ff35c6568585c42 (patch)
tree616178ed25b7cc7076d2f291905d2bbb6944ae6f /dynamic-animation
parent8c392ac446eda5e97b5771e947557c7f134d95df (diff)
downloadsupport-95516537f944558e1624cd1c0ff35c6568585c42.tar.gz
Removed LibraryVersions.SUPPORT_LIBRARY and replaced with project
specific library versions. Necessary for independent versioning. Also, SUPPORT_LIBRARY was an out of date macro that should have been deleted. Test: ./gradlew buildOnServer Change-Id: I84196d6b504dedfbaf64fe2f6af0ec31833cdf42
Diffstat (limited to 'dynamic-animation')
-rw-r--r--dynamic-animation/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-animation/build.gradle b/dynamic-animation/build.gradle
index 0f8fca94d82..015290f62d5 100644
--- a/dynamic-animation/build.gradle
+++ b/dynamic-animation/build.gradle
@@ -21,7 +21,7 @@ dependencies {
supportLibrary {
name = "Android Support DynamicAnimation"
publish = true
- mavenVersion = LibraryVersions.SUPPORT_LIBRARY
+ mavenVersion = LibraryVersions.DYNAMICANIMATION
mavenGroup = LibraryGroups.DYNAMICANIMATION
inceptionYear = "2017"
description = "Physics-based animation in support library, where the animations are driven by physics force. You can use this Animation library to create smooth and realistic animations."