Skip to content

Commit 74233ce

Browse files
Removed the mention of the QueryPlanExplainer from the README file.
1 parent ad099ef commit 74233ce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ This library contains a mixture of small helper classes, functions and views use
1111
* [ImmutableSet](library/src/main/java/com/tazkiyatech/utils/collections/ImmutableSet.java) – Provides a helper method for creating immutable copies of `java.util.Set` instances.
1212
* [ListExtensions](library/src/main/java/com/tazkiyatech/utils/collections/ListExtensions.kt) – Provides a Kotlin extension function for joining a `List` of `String` objects into a single `String` object.
1313

14-
## Database
15-
16-
* [QueryPlanExplainer](library/src/main/java/com/tazkiyatech/utils/database/QueryPlanExplainer.java) – Provides helper methods for explaining the strategy or plan that SQLite will use to implement a specific SQL query.
17-
1814
## Display
1915

2016
* [Colors](library/src/main/java/com/tazkiyatech/utils/display/Colors.kt) – Provides a number of Kotlin extension functions for converting between different colour representations.
@@ -52,5 +48,5 @@ To use the above utilities within your app simply add the following repository a
5248
jcenter()
5349
}
5450
dependencies {
55-
implementation 'com.tazkiyatech:android-utils:0.1.4'
51+
implementation 'com.tazkiyatech:android-utils:0.1.6'
5652
}

0 commit comments

Comments
 (0)