File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ android:
5
5
components :
6
6
- platform-tools
7
7
- tools
8
- - build-tools-23.0.2
9
- - extra-android-support
8
+ - build-tools-23.0.3
10
9
- extra-android-m2repository
11
10
- extra-google-m2repository
12
11
- android-23
13
12
licenses :
14
13
- ' .+'
15
- before_install : cd OneSignalSDK/app
14
+ before_install :
15
+ - wget http://services.gradle.org/distributions/gradle-2.10-bin.zip
16
+ - unzip gradle-2.10-bin.zip
17
+ - export GRADLE_HOME=$PWD/gradle-2.10
18
+ - export PATH=$GRADLE_HOME/bin:$PATH
19
+ - cd OneSignalSDK/app
16
20
script : gradle build
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion " 23.0.2 "
5
+ buildToolsVersion " 23.0.3 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.onesignal.example"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.5 .0'
8
+ classpath ' com.android.tools.build:gradle:2.1 .0'
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion " 23.0.2 "
5
+ buildToolsVersion " 23.0.3 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 9
You can’t perform that action at this time.
0 commit comments