Skip to content

Commit 311b909

Browse files
committedApr 10, 2021
v3.0.3
1 parent 01b801c commit 311b909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
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.2"
42+
def codeEditorVersion = "v3.0.3"
4343
implementation("com.github.markusressel:KodeEditor:${codeEditorVersion}")
4444
}
4545
```

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
gradle_plugin_version = '4.1.3'
1010

1111
minSdkVersion = 19
12-
versionName = "3.0.2"
12+
versionName = "3.0.3"
1313
versionCode = 1
1414

1515
compileSdkVersion = 30

0 commit comments

Comments
 (0)
Please sign in to comment.