Skip to content

Commit

Permalink
update kotlin's version
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhizi715 committed Jan 21, 2020
1 parent d7cc213 commit 3bc6f3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ ext {
}

buildscript {
ext.kotlin_version = '1.3.41'
ext.kotlin_version = '1.3.61'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.android.tools.build:gradle:3.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.novoda:bintray-release:0.8.0'
classpath 'com.novoda:bintray-release:0.9.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -55,7 +55,7 @@ task clean(type: Delete) {
delete rootProject.buildDir
}

tasks.getByPath(":saf-kotlin-ext:releaseAndroidJavadocs").enabled = false
//tasks.getByPath(":saf-kotlin-ext:releaseAndroidJavadocs").enabled = false
tasks.getByPath(":saf-kotlin-ext:bintrayUpload").enabled = true
tasks.getByPath(":saf-kotlin-utils:releaseAndroidJavadocs").enabled = false
//tasks.getByPath(":saf-kotlin-utils:releaseAndroidJavadocs").enabled = false
tasks.getByPath(":saf-kotlin-utils:bintrayUpload").enabled = true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit 3bc6f3f

Please sign in to comment.