Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetraquark committed Aug 21, 2020
1 parent 1ca8744 commit adc333f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MyersDiffKt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdkVersion(Versions.minSdkVersion)
targetSdkVersion(Versions.targetSdkVersion)

versionCode = 1
versionCode = 2
versionName = Versions.MyersDiffKt
}

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The main part of the algorithm implementation is rewritten to Kotlin from the An
Library version | Kotlin version
------------ | -------------
1.0.0 | 1.3.61
1.1.0 | 1.3.72

## Setup

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {
const val kotlin = "1.3.61"
const val MyersDiffKt = "1.0.0"
const val kotlin = "1.3.72"
const val MyersDiffKt = "1.1.0"
const val coroutines = "1.3.3"

const val buildToolsVersion = "29.0.2"
Expand Down

0 comments on commit adc333f

Please sign in to comment.