Skip to content

Commit

Permalink
update 3.0.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
geyifeng committed Apr 26, 2019
1 parent a3b984c commit a6e109c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildscript {
}
dependencies {

classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.novoda:bintray-release:0.8.1'
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.novoda:bintray-release:0.9'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down Expand Up @@ -38,4 +38,4 @@ task clean(type: Delete) {
delete rootProject.buildDir
}

tasks.getByPath(":immersionbar-ktx:releaseAndroidJavadocs").enabled = false
//tasks.getByPath(":immersionbar-ktx:releaseAndroidJavadocs").enabled = false
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Apr 20 01:48:41 CST 2019
#Fri Apr 26 14:31:21 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit a6e109c

Please sign in to comment.