Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferfalk committed Apr 12, 2019
1 parent 3f03c9e commit 6336da2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ allprojects {
```
Add the Gradle dependency:
```groovy
implementation 'com.github.Ferfalk:SimpleSearchView:0.1.3'
implementation 'com.github.Ferfalk:SimpleSearchView:0.1.4'
```


Expand Down
4 changes: 2 additions & 2 deletions simplesearchview/build.gradle
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.compileSdkVersion
versionCode 1
versionName "0.1.2"
versionCode 14
versionName "0.1.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 6336da2

Please sign in to comment.