Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit 82b8959

Browse files
committed
Update Travis script and disable bintray script
1 parent 139e1d9 commit 82b8959

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jdk: openjdk8
44
android:
55
components:
66
- tools
7-
- build-tools-26.0.2
8-
- android-26
7+
- build-tools-29.0.2
8+
- android-29
99
- extra-android-m2repository
1010
- extra-android-support
1111

localization/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ ext {
6161
allLicenses = ["Apache-2.0"]
6262
}
6363

64-
apply from: '../publish/installv1.gradle'
65-
apply from: '../publish/bintrayv1.gradle'
64+
//apply from: '../publish/installv1.gradle'
65+
//apply from: '../publish/bintrayv1.gradle'
6666

0 commit comments

Comments
 (0)