File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
components :
7
7
- tools
8
8
- platform-tools
9
- - build-tools-25.0.2
9
+ - build-tools-25.0.3
10
10
- android-25
11
11
- extra-android-m2repository
12
12
- extra-google-m2repository
Original file line number Diff line number Diff line change 8
8
9
9
GROUP = ' com.codepath.libraries'
10
10
BASE_VERSION = " 1.2"
11
- VERSION_NAME = " 1.2.4 "
11
+ VERSION_NAME = " 1.2.5-SNAPSHOT "
12
12
POM_PACKAGING = " aar"
13
13
POM_DESCRIPTION = " CodePath OAuth Handler"
14
14
@@ -33,7 +33,7 @@ archivesBaseName = POM_ARTIFACT_ID
33
33
34
34
android {
35
35
compileSdkVersion 25
36
- buildToolsVersion " 25.0.2 "
36
+ buildToolsVersion " 25.0.3 "
37
37
38
38
defaultConfig {
39
39
versionCode 1
@@ -119,7 +119,7 @@ dependencies {
119
119
compile " com.android.support:support-v4:${ supportVersion} "
120
120
compile ' com.loopj.android:android-async-http:1.4.9'
121
121
compile files(' libs/codepath-utils.jar' )
122
- compile ' com.github.scribejava:scribejava-apis:4.1.0 '
122
+ compile ' com.github.scribejava:scribejava-apis:4.1.1 '
123
123
}
124
124
125
125
/* task jar(type: Jar) {
You can’t perform that action at this time.
0 commit comments