Skip to content

Commit

Permalink
MODIFIED:modified README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minminaya committed Apr 16, 2018
1 parent 19d29ac commit 34896a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
```
dependencies {
   ....
implementation 'com.github.minminaya:AwesomeAndroidUtils:v1.0.2'
implementation 'com.github.minminaya:AwesomeAndroidUtils:v1.0.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions aau/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 26
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.minminaya.aaudemo"
minSdkVersion 21
targetSdkVersion 26
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 34896a9

Please sign in to comment.