Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed May 24, 2021
1 parent 2477292 commit 6e5e2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ in your project build.gradle file and
dependencies {
...
def codeEditorVersion = "v4.0.0"
def codeEditorVersion = "v4.0.1"
implementation("com.github.markusressel:KodeEditor:${codeEditorVersion}")
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
gradle_plugin_version = '4.2.1'

minSdkVersion = 19
versionName = "4.0.0"
versionName = "4.0.1"
versionCode = 1

compileSdkVersion = 30
Expand Down

0 comments on commit 6e5e2f6

Please sign in to comment.