We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cab7f commit 5165a0aCopy full SHA for 5165a0a
README.md
@@ -9,7 +9,7 @@ This is a library for Android apps that allows to search inside Preference xml f
9
Add PreferenceSearch to your `app/build.gradle`:
10
11
dependencies {
12
- implementation 'com.github.ByteHamster:SearchPreference:v1.0.3'
+ implementation 'com.github.ByteHamster:SearchPreference:2.7.0'
13
}
14
15
Add PreferenceSearch to your `build.gradle`:
lib/build.gradle
@@ -45,7 +45,7 @@ afterEvaluate {
45
from components.findByName('release')
46
groupId = 'com.github.ByteHamster'
47
artifactId = 'SearchPreference'
48
- version = 'v2.6.2'
+ version = '2.7.0'
49
50
51
0 commit comments