Skip to content

Commit f75bf72

Browse files
committed
v2.1.0
1 parent 2b9ab46 commit f75bf72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ in your project build.gradle file and
3737
dependencies {
3838
...
3939
40-
def codeEditorVersion = "v2.0.0"
40+
def codeEditorVersion = "v2.1.0"
4141
implementation("com.github.markusressel.KodeEditor:library:${codeEditorVersion}")
4242
}
4343
```

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 = '3.3.0'
1010

1111
minSdkVersion = 16
12-
versionName = "2.0.0"
12+
versionName = "2.1.0"
1313
versionCode = 1
1414

1515
compileSdkVersion = 28

library/src/main/res/values/library_kodeeditor_strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<string name="library_kodeeditor_libraryName">KodeEditor</string>
1010
<string name="library_kodeeditor_libraryDescription">A simple code editor with syntax highlighting and pinch to zoom</string>
1111
<string name="library_kodeeditor_libraryWebsite">@string/library_kodeeditor_repositoryLink</string>
12-
<string name="library_kodeeditor_libraryVersion">2.0.0</string>
12+
<string name="library_kodeeditor_libraryVersion">2.1.0</string>
1313
<!-- OpenSource section -->
1414
<string name="library_kodeeditor_isOpenSource">true</string>
1515
<string name="library_kodeeditor_repositoryLink">https://github.com/markusressel/KodeEditor</string>

0 commit comments

Comments
 (0)