Skip to content

Commit

Permalink
Gradle plugin 4.0.0-alpha09
Browse files Browse the repository at this point in the history
Kotlin 1.3.61.
Build tools 29.0.3.
Gradle wrapper 6.1-rc-1-all.
  • Loading branch information
pranavpandey committed Feb 3, 2020
1 parent bc54e0f commit 9285f5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android:
components:
- tools
- platform-tools
- build-tools-29.0.2
- build-tools-29.0.3
- android-29
- extra-android-support
- extra-android-m2repository
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ buildscript {
'compileSdk' : 29,
'minSdk' : 18,
'targetSdk' : 29,
'buildTools' : '29.0.2',
'buildTools' : '29.0.3',
'androidx' : '1.1.0-rc01',
'constraintlayout': '2.0.0-alpha3',
'kotlin' : '1.3.41'
'kotlin' : '1.3.61'
]

repositories {
Expand All @@ -31,7 +31,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.6.0-alpha07'
classpath 'com.android.tools.build:gradle:4.0.0-alpha09'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
Expand Down
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.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-rc-1-all.zip

0 comments on commit 9285f5a

Please sign in to comment.