Skip to content

Commit 51ac4f4

Browse files
committed
Copyright 2019
Update library description.
1 parent 07fd296 commit 51ac4f4

File tree

24 files changed

+26
-26
lines changed

24 files changed

+26
-26
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2018 Pranav Pandey
190+
Copyright 2019 Pranav Pandey
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Build Status](https://travis-ci.org/pranavpandey/dynamic-motion.svg?branch=master)](https://travis-ci.org/pranavpandey/dynamic-motion)
77

88
A library to provide additional functionality for [MotionLayout](https://developer.android.com/reference/android/support/constraint/motion/MotionLayout)
9-
on Android 18+ (JellyBean MR2 or above) devices.
9+
on Android 4.3 (API 18) and above devices.
1010

1111
<img src="https://raw.githubusercontent.com/pranavpandey/dynamic-motion/master/graphics/dynamic-motion.gif" width="280" height="486">
1212

@@ -101,7 +101,7 @@ for a [demo scene](https://github.com/pranavpandey/dynamic-motion/blob/master/sa
101101

102102
## License
103103

104-
Copyright 2018 Pranav Pandey
104+
Copyright 2019 Pranav Pandey
105105

106106
Licensed under the Apache License, Version 2.0 (the "License");
107107
you may not use this file except in compliance with the License.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Pranav Pandey
2+
* Copyright 2019 Pranav Pandey
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -53,7 +53,7 @@ ext {
5353
projectName = 'dynamic-motion'
5454
projectDesc = 'A library to provide additional functionality for Android MotionLayout.'
5555
versionDesc = 'A library to provide additional functionality for MotionLayout on ' +
56-
'Android 18+ (JellyBean MR2 or above) devices.'
56+
'Android 4.3 (API 18) and above devices.'
5757
referenceTitle = 'Dynamic Motion Reference'
5858

5959
siteUrl = 'https://github.com/pranavpandey/dynamic-motion'

dynamic-motion/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Pranav Pandey
2+
* Copyright 2019 Pranav Pandey
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

dynamic-motion/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Pranav Pandey
2+
* Copyright 2019 Pranav Pandey
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

dynamic-motion/maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Pranav Pandey
2+
* Copyright 2019 Pranav Pandey
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

dynamic-motion/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright 2018 Pranav Pandey
3+
Copyright 2019 Pranav Pandey
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

dynamic-motion/src/main/java/com/pranavpandey/android/dynamic/motion/adapter/ViewPagerAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Pranav Pandey
2+
* Copyright 2019 Pranav Pandey
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

dynamic-motion/src/main/java/com/pranavpandey/android/dynamic/motion/widget/DynamicMotionLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Pranav Pandey
2+
* Copyright 2019 Pranav Pandey
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

dynamic-motion/src/main/res/layout/adm_dummy_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright 2018 Pranav Pandey
3+
Copyright 2019 Pranav Pandey
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)