diff --git a/LICENSE b/LICENSE index bca1624..385916e 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018 Pranav Pandey + Copyright 2019 Pranav Pandey Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index a49ee2b..b0d2592 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Build Status](https://travis-ci.org/pranavpandey/dynamic-motion.svg?branch=master)](https://travis-ci.org/pranavpandey/dynamic-motion) A library to provide additional functionality for [MotionLayout](https://developer.android.com/reference/android/support/constraint/motion/MotionLayout) -on Android 18+ (JellyBean MR2 or above) devices. +on Android 4.3 (API 18) and above devices. @@ -101,7 +101,7 @@ for a [demo scene](https://github.com/pranavpandey/dynamic-motion/blob/master/sa ## License - Copyright 2018 Pranav Pandey + Copyright 2019 Pranav Pandey Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/build.gradle b/build.gradle index f78da9a..864f38b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2018 Pranav Pandey + * Copyright 2019 Pranav Pandey * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -53,7 +53,7 @@ ext { projectName = 'dynamic-motion' projectDesc = 'A library to provide additional functionality for Android MotionLayout.' versionDesc = 'A library to provide additional functionality for MotionLayout on ' + - 'Android 18+ (JellyBean MR2 or above) devices.' + 'Android 4.3 (API 18) and above devices.' referenceTitle = 'Dynamic Motion Reference' siteUrl = 'https://github.com/pranavpandey/dynamic-motion' diff --git a/dynamic-motion/bintray.gradle b/dynamic-motion/bintray.gradle index 792bfee..13027f2 100644 --- a/dynamic-motion/bintray.gradle +++ b/dynamic-motion/bintray.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2018 Pranav Pandey + * Copyright 2019 Pranav Pandey * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dynamic-motion/build.gradle b/dynamic-motion/build.gradle index 06ff739..d82c9b3 100644 --- a/dynamic-motion/build.gradle +++ b/dynamic-motion/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2018 Pranav Pandey + * Copyright 2019 Pranav Pandey * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dynamic-motion/maven.gradle b/dynamic-motion/maven.gradle index a7a3afd..7de4066 100644 --- a/dynamic-motion/maven.gradle +++ b/dynamic-motion/maven.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2018 Pranav Pandey + * Copyright 2019 Pranav Pandey * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dynamic-motion/src/main/AndroidManifest.xml b/dynamic-motion/src/main/AndroidManifest.xml index 21f7022..5cde819 100644 --- a/dynamic-motion/src/main/AndroidManifest.xml +++ b/dynamic-motion/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@