Skip to content

Commit 05f8cd3

Browse files
author
Roger Hu
committed
Bump Gradle versions & minSDK version
Also bump library version too
1 parent d7353f1 commit 05f8cd3

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

app/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ apply plugin: 'com.jfrog.bintray'
77
ext {
88

99
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"
1212
POM_PACKAGING = "aar"
1313
POM_DESCRIPTION = "CodePath OAuth Handler"
1414

@@ -32,14 +32,14 @@ group = GROUP
3232
archivesBaseName = POM_ARTIFACT_ID
3333

3434
android {
35-
compileSdkVersion 25
36-
buildToolsVersion "25.0.3"
35+
compileSdkVersion 27
36+
buildToolsVersion "27.0.3"
3737

3838
defaultConfig {
3939
versionCode 1
4040
versionName VERSION_NAME
41-
minSdkVersion 9
42-
targetSdkVersion 25
41+
minSdkVersion 14
42+
targetSdkVersion 27
4343
}
4444

4545
// Related to https://github.com/scribejava/scribejava/issues/480
@@ -111,7 +111,7 @@ bintray {
111111
}
112112

113113
ext {
114-
supportVersion = '25.3.1'
114+
supportVersion = '27.1.0'
115115
}
116116

117117
dependencies {

build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
buildscript {
33
repositories {
44
jcenter()
5+
google()
56
}
67
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.3.0'
8+
classpath 'com.android.tools.build:gradle:3.0.1'
89
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
910
}
1011
}
@@ -21,6 +22,7 @@ bintray {
2122
allprojects {
2223
repositories {
2324
jcenter()
25+
google()
2426
}
2527
}
2628
/*
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 10 15:27:10 PDT 2013
1+
#Sat Mar 31 23:33:37 PDT 2018
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-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)