File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 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'
77ext {
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
3232archivesBaseName = POM_ARTIFACT_ID
3333
3434android {
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
113113ext {
114- supportVersion = ' 25.3.1 '
114+ supportVersion = ' 27.1.0 '
115115}
116116
117117dependencies {
Original file line number Diff line number Diff line change 22buildscript {
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 {
2122allprojects {
2223 repositories {
2324 jcenter()
25+ google()
2426 }
2527}
2628/*
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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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