Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Feb 4, 2019
1 parent e99f059 commit 8b6b64f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 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 = "v1.0.0"
def codeEditorVersion = "v2.0.0"
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 = 16
versionName = "1.0.0"
versionName = "2.0.0"
versionCode = 1

compileSdkVersion = 28
Expand Down
3 changes: 0 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ dependencies {

// Zoom Layout Container
api 'com.otaliastudios:zoomlayout:1.5.0'
// api ('com.github.markusressel:ZoomLayout:beta-SNAPSHOT') {
// changing = true
// }

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
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">1.0.0</string>
<string name="library_kodeeditor_libraryVersion">2.0.0</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 8b6b64f

Please sign in to comment.