Skip to content

Commit 9285f5a

Browse files
committed
Gradle plugin 4.0.0-alpha09
Kotlin 1.3.61. Build tools 29.0.3. Gradle wrapper 6.1-rc-1-all.
1 parent bc54e0f commit 9285f5a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android:
1111
components:
1212
- tools
1313
- platform-tools
14-
- build-tools-29.0.2
14+
- build-tools-29.0.3
1515
- android-29
1616
- extra-android-support
1717
- extra-android-m2repository

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ buildscript {
1919
'compileSdk' : 29,
2020
'minSdk' : 18,
2121
'targetSdk' : 29,
22-
'buildTools' : '29.0.2',
22+
'buildTools' : '29.0.3',
2323
'androidx' : '1.1.0-rc01',
2424
'constraintlayout': '2.0.0-alpha3',
25-
'kotlin' : '1.3.41'
25+
'kotlin' : '1.3.61'
2626
]
2727

2828
repositories {
@@ -31,7 +31,7 @@ buildscript {
3131
}
3232

3333
dependencies {
34-
classpath 'com.android.tools.build:gradle:3.6.0-alpha07'
34+
classpath 'com.android.tools.build:gradle:4.0.0-alpha09'
3535
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
3636
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
3737
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-rc-1-all.zip

0 commit comments

Comments
 (0)