Skip to content

Commit

Permalink
+ update version
Browse files Browse the repository at this point in the history
  • Loading branch information
makbn committed Jul 1, 2017
1 parent b6b122c commit f65e38e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
* Add the dependency to your app module `build.gradle`
```gradle
dependencies {
compile 'com.github.tapleader:tapleader-sdk-android:v1.3.2'
compile 'com.github.tapleader:tapleader-sdk-android:v1.3.3'
//...
}
```
Expand Down
4 changes: 2 additions & 2 deletions Tapleader-SDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 10
versionName "1.3.2"
versionCode 11
versionName "1.3.3"

}
buildTypes {
Expand Down

0 comments on commit f65e38e

Please sign in to comment.