Skip to content

Commit

Permalink
Update to version 1.0.2 (#10)
Browse files Browse the repository at this point in the history
Release 1.0.2
- Use app compat for textview and edittext (#9)
- Use default font when get font throws an exception (#8)
  • Loading branch information
testica committed Jun 15, 2019
2 parents 717c917 + a76e8f4 commit d92948f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Include into the build.gradle file:

```groovy
dependencies {
implementation 'me.testica:codeeditor:1.0.1'
implementation 'me.testica:codeeditor:1.0.2'
}
```
## Usage
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ _desc = Code editor android library (custom syntax highlighting, number lines, e
_website = https://github.com/testica/codeeditor

# Project variables
_versionCode = 2
_versionName = 1.0.1
_versionCode = 3
_versionName = 1.0.2
_minSdkVersion = 15
_targetSdkVersion = 28

Expand Down

0 comments on commit d92948f

Please sign in to comment.