Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpost committed May 30, 2018
1 parent 3a0d6f8 commit 6b368a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ and:

```gradle
dependencies {
implementation "cc.femto:kommon-mvi:1.0.0"
implementation "cc.femto:kommon-mvi:2.1.0"
}
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.gradle_version = '3.0.1'
ext.kotlin_version = '1.2.10'
ext.kotlin_version = '1.2.41'
ext.rxjava_version = '2.1.7'

repositories {
Expand Down
10 changes: 5 additions & 5 deletions mvi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ buildscript {
}

android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
compileSdkVersion 27
buildToolsVersion "27.0.3"

defaultConfig {
minSdkVersion 16
targetSdkVersion 26
versionCode 3
versionName "2.0.1"
targetSdkVersion 27
versionCode 4
versionName "2.1.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 6b368a4

Please sign in to comment.