Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Jun 29, 2020
1 parent a1322d4 commit a36e584
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.1"
def codeEditorVersion = "v3.0.2"
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.0.0'

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

compileSdkVersion = 29
Expand Down

0 comments on commit a36e584

Please sign in to comment.