Skip to content

Commit

Permalink
修复setText() 不能动态立即改变Text 的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FaceAI committed Mar 26, 2019
1 parent bcfce98 commit 6c47cb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@

# Gradle 集成使用
```
implementation 'anylife.scrolltextview:ScrollTextviewLib:1.3.5' [new]
implementation 'anylife.scrolltextview:ScrollTextviewLib:1.3.6' [new]
```

# Maven 集成使用
```
<dependency>
<groupId>anylife.scrolltextview</groupId>
<artifactId>ScrollTextviewLib</artifactId>
<version>1.3.5</version>
<version>1.3.6</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 6c47cb5

Please sign in to comment.