Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 561f766

Browse files
diegomedina248bryant1410
authored andcommitted
Fixed an issue where travis would fail to build (#6)
1 parent 2f79ddb commit 561f766

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ before_script:
1414
- emulator -avd test -no-skin -no-audio -no-window &
1515
- android-wait-for-emulator
1616
- adb shell input keyevent 82 &
17+
- chmod +x ./gradlew
1718

1819
android:
1920
components:
21+
- tools
2022
- build-tools-21.1.1
2123
- android-21
2224
- extra

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.1.0-alpha4'
6+
classpath 'com.android.tools.build:gradle:2.1.3'
77
}
88
}
99

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Dec 28 10:00:20 PST 2015
1+
#Mon Aug 22 11:08:34 ART 2016
22
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-2.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 commit comments

Comments
 (0)