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 b4f3f75 commit eab8603Copy full SHA for eab8603
README.md
@@ -30,7 +30,7 @@ in your project build.gradle file and
30
dependencies {
31
...
32
33
- def codeEditorVersion = "v4.0.1"
+ def codeEditorVersion = "5.0.0"
34
implementation("com.github.markusressel:KodeEditor:${codeEditorVersion}")
35
}
36
```
app/build.gradle.kts
@@ -10,7 +10,7 @@ android {
10
defaultConfig {
11
applicationId = "de.markusressel.kodeeditor"
12
versionCode = 1
13
- versionName = "4.0.1"
+ versionName = "5.0.0"
14
15
16
androidComponents {
0 commit comments