File tree 4 files changed +13
-18
lines changed
4 files changed +13
-18
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,10 @@ android:
6
6
components :
7
7
- tools
8
8
- platform-tools
9
- - build-tools-27.0.3
10
- - android-27
11
- - extra-android-m2repository
12
- - extra-google-m2repository
13
- licenses :
14
- - android-sdk-license-.+
9
+ - build-tools-28.0.3
10
+ - android-28
15
11
before_install :
16
- - yes | sdkmanager "platforms;android-27 "
12
+ - yes | sdkmanager "platforms;android-28 "
17
13
script :
18
14
- " ./gradlew build check --daemon"
19
15
after_failure : " cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results.xml"
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ apply plugin: 'com.jfrog.bintray'
7
7
ext {
8
8
9
9
GROUP = ' com.codepath.libraries'
10
- BASE_VERSION = " 1.3 "
11
- VERSION_NAME = " 1.3.1 "
10
+ BASE_VERSION = " 1.4 "
11
+ VERSION_NAME = " 1.4.0 "
12
12
POM_PACKAGING = " aar"
13
13
POM_DESCRIPTION = " CodePath OAuth Handler"
14
14
@@ -32,14 +32,13 @@ group = GROUP
32
32
archivesBaseName = POM_ARTIFACT_ID
33
33
34
34
android {
35
- compileSdkVersion 27
36
- buildToolsVersion " 27.0.3"
35
+ compileSdkVersion 28
37
36
38
37
defaultConfig {
39
38
versionCode 1
40
39
versionName VERSION_NAME
41
40
minSdkVersion 14
42
- targetSdkVersion 27
41
+ targetSdkVersion 28
43
42
}
44
43
45
44
// Related to https://github.com/scribejava/scribejava/issues/480
@@ -111,7 +110,7 @@ bintray {
111
110
}
112
111
113
112
ext {
114
- supportVersion = ' 27.1 .0'
113
+ supportVersion = ' 28.0 .0'
115
114
}
116
115
117
116
dependencies {
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
3
repositories {
4
- jcenter()
5
4
google()
5
+ jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.0.1 '
8
+ classpath ' com.android.tools.build:gradle:3.3.0 '
9
9
}
10
10
}
11
11
@@ -24,8 +24,8 @@ bintray {
24
24
25
25
allprojects {
26
26
repositories {
27
- jcenter()
28
27
google()
28
+ jcenter()
29
29
}
30
30
}
31
31
/*
Original file line number Diff line number Diff line change 1
- # Sat Mar 31 23:33:37 PDT 2018
1
+ # Mon Jan 28 10:39:02 PST 2019
2
2
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-4.1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10. 1-all.zip
You can’t perform that action at this time.
0 commit comments