We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f871f4e commit e307d57Copy full SHA for e307d57
2 files changed
README.md
@@ -23,7 +23,7 @@ allprojects {
23
24
```gradle
25
dependencies {
26
- implementation 'com.github.rudsonlive:searchliveo:1.0.2'
+ implementation 'com.github.rudsonlive:searchliveo:1.1'
27
}
28
```
29
library/build.gradle
@@ -19,7 +19,7 @@ android {
19
minSdkVersion 18
20
targetSdkVersion 27
21
versionCode 1
22
- versionName "1.0.2"
+ versionName "1.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
0 commit comments