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 66 components :
77 - tools
88 - platform-tools
9- - build-tools-25.0.2
9+ - build-tools-25.0.3
1010 - android-25
1111 - extra-android-m2repository
1212 - extra-google-m2repository
Original file line number Diff line number Diff line change 88
99 GROUP = ' com.codepath.libraries'
1010 BASE_VERSION = " 1.2"
11- VERSION_NAME = " 1.2.4 "
11+ VERSION_NAME = " 1.2.5-SNAPSHOT "
1212 POM_PACKAGING = " aar"
1313 POM_DESCRIPTION = " CodePath OAuth Handler"
1414
@@ -33,7 +33,7 @@ archivesBaseName = POM_ARTIFACT_ID
3333
3434android {
3535 compileSdkVersion 25
36- buildToolsVersion " 25.0.2 "
36+ buildToolsVersion " 25.0.3 "
3737
3838 defaultConfig {
3939 versionCode 1
@@ -119,7 +119,7 @@ dependencies {
119119 compile " com.android.support:support-v4:${ supportVersion} "
120120 compile ' com.loopj.android:android-async-http:1.4.9'
121121 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 '
123123}
124124
125125/* task jar(type: Jar) {
You can’t perform that action at this time.
0 commit comments