File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
library/src/main/res/values Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ in your project build.gradle file and
3737dependencies {
3838 ...
3939
40- def codeEditorVersion = "v2.0 .0"
40+ def codeEditorVersion = "v2.1 .0"
4141 implementation("com.github.markusressel.KodeEditor:library:${codeEditorVersion}")
4242}
4343```
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments