Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Feb 10, 2019
1 parent 54748c3 commit 8050582
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in your project build.gradle file and
dependencies {
...
def codeEditorVersion = "v2.1.0"
def codeEditorVersion = "v2.1.1"
implementation("com.github.markusressel.KodeEditor:library:${codeEditorVersion}")
}
```
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/sample_text
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ in your project build.gradle file and
dependencies {
...

def codeEditorVersion = "v2.1.0"
def codeEditorVersion = "v2.1.1"
implementation("com.github.markusressel.KodeEditor:library:${codeEditorVersion}")
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
gradle_plugin_version = '3.3.0'

minSdkVersion = 19
versionName = "2.1.0"
versionName = "2.1.1"
versionCode = 1

compileSdkVersion = 28
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/values/library_kodeeditor_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<string name="library_kodeeditor_libraryName">KodeEditor</string>
<string name="library_kodeeditor_libraryDescription">A simple code editor with syntax highlighting and pinch to zoom</string>
<string name="library_kodeeditor_libraryWebsite">@string/library_kodeeditor_repositoryLink</string>
<string name="library_kodeeditor_libraryVersion">2.1.0</string>
<string name="library_kodeeditor_libraryVersion">2.1.1</string>
<!-- OpenSource section -->
<string name="library_kodeeditor_isOpenSource">true</string>
<string name="library_kodeeditor_repositoryLink">https://github.com/markusressel/KodeEditor</string>
Expand Down

0 comments on commit 8050582

Please sign in to comment.