File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,34 @@ android:
7
7
components :
8
8
- build-tools-21.0.2
9
9
- android-21
10
+ - extra-google-m2repository
11
+ - extra-android-m2repository
10
12
11
13
licenses :
12
- - ' android-sdk-license.*'
14
+ - ' android-sdk-license-.+'
15
+
16
+ notifications :
17
+ email : false
18
+
19
+ before_script :
20
+ - sudo service postgresql stop || true
21
+ - sudo service mysql stop || true
22
+ - sudo service memcached stop || true
23
+ - sudo service bootlogd stop || true
24
+ - sudo service elasticsearch stop || true
25
+ - sudo service mongodb stop || true
26
+ - sudo service neo4j stop || true
27
+ - sudo service cassandra stop || true
28
+ - sudo service riak stop || true
29
+ - sudo service rsync stop || true
30
+ - sudo service x11-common stop || true
13
31
14
32
before_install :
15
33
- wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin
16
34
- chmod +x android-ndk-r10c-linux-x86_64.bin
17
35
- ./android-ndk-r10c-linux-x86_64.bin | egrep -v ^Extracting
18
36
- export ANDROID_NDK_HOME=`pwd`/android-ndk-r10c
19
37
- export PATH=${PATH}:${ANDROID_NDK_HOME}
20
- - echo "ndk.dir=ANDROID_NDK_HOME" > local.properties
21
38
22
39
script :
23
- - ./gradlew build --info
40
+ - ./gradlew assemble --info
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.1-all .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.1-bin .zip
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ repositories {
35
35
dependencies {
36
36
compile project(' :library' )
37
37
// compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:+'
38
- compile ' com.android.support:support-v4:21.0.2 '
38
+ compile ' com.android.support:support-v4:21.+ '
39
39
}
You can’t perform that action at this time.
0 commit comments