Skip to content

Commit

Permalink
Use Kotlin 1.1 release version. Bump lib version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgr committed Mar 1, 2017
1 parent fec6ed0 commit 0f8b572
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
7 changes: 0 additions & 7 deletions asyncawait/build.gradle
Expand Up @@ -32,11 +32,4 @@ dependencies {
testCompile 'junit:junit:4.12'
testCompile "org.robolectric:robolectric:3.1.2"
testCompile 'org.mockito:mockito-core:2.0.111-beta'
}

repositories {
mavenCentral()
maven {
url "http://dl.bintray.com/kotlin/kotlin-eap-1.1"
}
}
2 changes: 1 addition & 1 deletion asyncawait/publish.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

// This is the library version used when deploying the artifact
version = "0.9.5"
version = "1.0.0"

def siteUrl = 'https://github.com/metalabdesign/AsyncAwait' // Homepage URL of the library
def gitUrl = 'https://github.com/metalabdesign/AsyncAwait.git' // Git repository URL
Expand Down
5 changes: 1 addition & 4 deletions build.gradle
@@ -1,12 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.1.0-rc-91'
ext.kotlin_version = '1.1.0'
repositories {
jcenter()
maven {
url "http://dl.bintray.com/kotlin/kotlin-eap-1.1"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
Expand Down

0 comments on commit 0f8b572

Please sign in to comment.