Skip to content

Commit 41e721b

Browse files
committed
Gradle plugin 3.6.0-alpha05
Kotlin 1.3.41. Gradle wrapper 5.5-all.
1 parent 7ff8bc0 commit 41e721b

File tree

4 files changed

+6
-27
lines changed

4 files changed

+6
-27
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ jdk: oraclejdk8
33
sudo: required
44

55
before_install:
6-
- yes | sdkmanager "platforms;android-28"
7-
- yes | sdkmanager "sources;android-27"
8-
- yes | sdkmanager "docs"
6+
- mkdir "$ANDROID_HOME/licenses" || true
7+
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
8+
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
99

1010
android:
1111
components:

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
'buildTools' : '28.0.3',
2323
'androidx' : '1.0.2',
2424
'constraintlayout': '2.0.0-alpha3',
25-
'kotlin' : '1.3.11'
25+
'kotlin' : '1.3.41'
2626
]
2727

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

3333
dependencies {
34-
classpath 'com.android.tools.build:gradle:3.5.0-alpha01'
34+
classpath 'com.android.tools.build:gradle:3.6.0-alpha05'
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}"

dynamic-motion/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

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.1-milestone-1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip

0 commit comments

Comments
 (0)