Skip to content

Commit c19460f

Browse files
committed
v3.0.1
1 parent e758af6 commit c19460f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ in your project build.gradle file and
3939
dependencies {
4040
...
4141
42-
def codeEditorVersion = "v3.0.0"
42+
def codeEditorVersion = "v3.0.1"
4343
implementation("com.github.markusressel.KodeEditor:${codeEditorVersion}")
4444
}
4545
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
gradle_plugin_version = '4.0.0'
1010

1111
minSdkVersion = 19
12-
versionName = "3.0.0"
12+
versionName = "3.0.1"
1313
versionCode = 1
1414

1515
compileSdkVersion = 29

0 commit comments

Comments
 (0)