Skip to content

Commit 3c273e3

Browse files
committed
Yet another version bump to make Jitpack happy
1 parent 5165a0a commit 3c273e3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SearchPreference
22

3-
This is a library for Android apps that allows to search inside Preference xml files. The library provides a subclass of `Preference` that can be integrated into existing apps easily.
3+
[![](https://jitpack.io/v/ByteHamster/SearchPreference.svg)](https://jitpack.io/#ByteHamster/SearchPreference)
4+
5+
This is a library for Android apps that allows to search inside Preference xml files.
6+
The library provides a subclass of `Preference` that can be integrated into existing apps easily.
47

58
<img width="200" src="https://raw.githubusercontent.com/ByteHamster/PreferenceSearch/master/screenshots/main.png" /> <img width="200" src="https://raw.githubusercontent.com/ByteHamster/PreferenceSearch/master/screenshots/history.png" /> <img width="200" src="https://raw.githubusercontent.com/ByteHamster/PreferenceSearch/master/screenshots/suggestions.png" /> <img width="200" src="https://raw.githubusercontent.com/ByteHamster/PreferenceSearch/master/screenshots/result.png" />
69

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ afterEvaluate {
4545
from components.findByName('release')
4646
groupId = 'com.github.ByteHamster'
4747
artifactId = 'SearchPreference'
48-
version = '2.7.0'
48+
version = '2.7.1'
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)