Skip to content

Commit ba0b325

Browse files
committed
update version number to 1.0.5 for fixing Android O related issues
1 parent fe74bd2 commit ba0b325

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ Removed attributes from AndroidManifest, because they may conflict with the ones
1919

2020
1.0.4
2121
-----
22+
Use latest build tools and target Android O
23+
24+
1.0.5
25+
-----
2226
Added support for Android O

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Demo
88
----
99
This repository also contains a demo project.
1010

11-
![Demo](https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.4/demo.gif)
11+
![Demo](https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/master/demo.gif)
1212

1313
Add dependency
1414
--------------
@@ -32,7 +32,7 @@ library dependency
3232

3333
```groovy
3434
dependencies {
35-
compile 'at.blogc:expandabletextview:1.0.4'
35+
compile 'at.blogc:expandabletextview:1.0.5'
3636
}
3737
```
3838

expandabletextview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
def fullVersion = '1.0.4'
5+
def fullVersion = '1.0.5'
66

77
group = 'at.blogc'
88
version = fullVersion

0 commit comments

Comments
 (0)