We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e758af6 commit c19460fCopy full SHA for c19460f
README.md
@@ -39,7 +39,7 @@ in your project build.gradle file and
39
dependencies {
40
...
41
42
- def codeEditorVersion = "v3.0.0"
+ def codeEditorVersion = "v3.0.1"
43
implementation("com.github.markusressel.KodeEditor:${codeEditorVersion}")
44
}
45
```
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
gradle_plugin_version = '4.0.0'
10
11
minSdkVersion = 19
12
- versionName = "3.0.0"
+ versionName = "3.0.1"
13
versionCode = 1
14
15
compileSdkVersion = 29
0 commit comments