File tree 3 files changed +12
-10
lines changed
3 files changed +12
-10
lines changed 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.2 "
11
- VERSION_NAME = " 1.2.5 "
10
+ BASE_VERSION = " 1.3 "
11
+ VERSION_NAME = " 1.3.0 "
12
12
POM_PACKAGING = " aar"
13
13
POM_DESCRIPTION = " CodePath OAuth Handler"
14
14
@@ -32,14 +32,14 @@ group = GROUP
32
32
archivesBaseName = POM_ARTIFACT_ID
33
33
34
34
android {
35
- compileSdkVersion 25
36
- buildToolsVersion " 25 .0.3"
35
+ compileSdkVersion 27
36
+ buildToolsVersion " 27 .0.3"
37
37
38
38
defaultConfig {
39
39
versionCode 1
40
40
versionName VERSION_NAME
41
- minSdkVersion 9
42
- targetSdkVersion 25
41
+ minSdkVersion 14
42
+ targetSdkVersion 27
43
43
}
44
44
45
45
// Related to https://github.com/scribejava/scribejava/issues/480
@@ -111,7 +111,7 @@ bintray {
111
111
}
112
112
113
113
ext {
114
- supportVersion = ' 25.3.1 '
114
+ supportVersion = ' 27.1.0 '
115
115
}
116
116
117
117
dependencies {
Original file line number Diff line number Diff line change 2
2
buildscript {
3
3
repositories {
4
4
jcenter()
5
+ google()
5
6
}
6
7
dependencies {
7
- classpath ' com.android.tools.build:gradle:2. 3.0'
8
+ classpath ' com.android.tools.build:gradle:3.0.1 '
8
9
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
9
10
}
10
11
}
@@ -21,6 +22,7 @@ bintray {
21
22
allprojects {
22
23
repositories {
23
24
jcenter()
25
+ google()
24
26
}
25
27
}
26
28
/*
Original file line number Diff line number Diff line change 1
- # Wed Apr 10 15:27:10 PDT 2013
1
+ # Sat Mar 31 23:33:37 PDT 2018
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-3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
You can’t perform that action at this time.
0 commit comments