diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3c61b..3d5237c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,3 +12,7 @@ Added support for Interpolators + update demo Activity 1.0.2 ----- Fixed some issues related to rotating a device from portrait to landscape (and the other way around) + +1.0.3 +----- +Removed attributes from AndroidManifest, because they may conflict with the ones in your app AndroidManifest diff --git a/README.md b/README.md index 5dc2188..30e3b13 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Demo ---- This repository also contains a demo project. -![Demo](https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.2/demo.gif) +![Demo](https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.3/demo.gif) Add dependency -------------- @@ -32,7 +32,7 @@ library dependency ```groovy dependencies { - compile ('at.blogc:expandabletextview:1.0.2@aar') + compile 'at.blogc:expandabletextview:1.0.3' } ``` diff --git a/expandabletextview/build.gradle b/expandabletextview/build.gradle index 3bdd501..3fbb5e6 100644 --- a/expandabletextview/build.gradle +++ b/expandabletextview/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -def fullVersion = '1.0.2' +def fullVersion = '1.0.3' group = 'at.blogc' version = fullVersion diff --git a/expandabletextview/src/main/AndroidManifest.xml b/expandabletextview/src/main/AndroidManifest.xml index 750b595..8bf6061 100644 --- a/expandabletextview/src/main/AndroidManifest.xml +++ b/expandabletextview/src/main/AndroidManifest.xml @@ -13,14 +13,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - - - +