Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Apr 10, 2021
1 parent 01b801c commit 311b909
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 @@ -39,7 +39,7 @@ in your project build.gradle file and
dependencies {
...
def codeEditorVersion = "v3.0.2"
def codeEditorVersion = "v3.0.3"
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.1.3'

minSdkVersion = 19
versionName = "3.0.2"
versionName = "3.0.3"
versionCode = 1

compileSdkVersion = 30
Expand Down

0 comments on commit 311b909

Please sign in to comment.