Skip to content

Commit

Permalink
Added More Customization
Browse files Browse the repository at this point in the history
  • Loading branch information
dalwadi2 committed May 16, 2017
1 parent 9d7f540 commit 9fba7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.+'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

Expand Down
4 changes: 2 additions & 2 deletions retrofitretryhelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 2
versionName "1.1.0"
versionCode 3
versionName "1.2.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 9fba7c7

Please sign in to comment.