Skip to content

Commit

Permalink
Fix : fixed version(kotlin, lib)
Browse files Browse the repository at this point in the history
  • Loading branch information
myeonginwoo committed Jan 1, 2017
1 parent 5303a41 commit cd97761
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
group 'lazysoul'
version '0.1'
group 'com.github.myeonginwoo'
version '0.1.2'

buildscript {
ext.kotlin_version = '1.0.5-2'
ext.kotlin_version = '1.0.6'

repositories {
jcenter()
Expand All @@ -20,6 +20,8 @@ allprojects {
}

apply plugin: 'kotlin'
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

sourceSets {
main.kotlin.srcDirs += 'src/main/kotlin'
Expand All @@ -33,5 +35,5 @@ dependencies {
}

dependencies {
compile 'com.github.myeonginwoo:KtEither:0.1.1'
compile 'com.github.myeonginwoo:KtEither:0.1.2'
}

0 comments on commit cd97761

Please sign in to comment.