From 8b8eba444b209040899c61ab47df5612badc026c Mon Sep 17 00:00:00 2001 From: Erik Eelde Date: Tue, 11 Jul 2017 00:00:01 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6b1ec5..f78f7a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Wrench - feature switching +Download on [play store](https://play.google.com/store/apps/details?id=com.izettle.wrench). + This is a development tools meant to facilitate feature switching in an external app so that configurations will be retained across clear data / uninstalls. -It has a library with a SharedPreference-like api that makes it easy to implement feature switching in your app. \ No newline at end of file +It is based on a ContentProvider. + +It has a library with a SharedPreference-like api that makes it easy to implement feature switching in your app.