From 2d174beae072c6b3ea508cd501a332fdf07ebd23 Mon Sep 17 00:00:00 2001 From: Vincent Te Tau Date: Wed, 3 Feb 2016 22:11:24 +1300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 81fb4e3..f68aec3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # PeekAndPop -### THIS LIBRARY IS CURRENTLY UNDER DEVELOPMENT AND NOT INTENDED TO BE USED IN PRODUCTION - PeekAndPop is an open source Android library, inspired by Instagram's latest 3D touch feature. As 3D touch is not available for android, this library uses long hold. @@ -41,7 +39,7 @@ And then you will need to add the following dependency to your applications `bui ```gradle dependencies { - compile 'com.github.shalskar:PeekAndPop:5a012c64ac' + compile 'com.github.shalskar:PeekAndPop:v0.1' } ``` From 2bb4caeaf7860acfd0b19a3d7ac23780e14cb1e0 Mon Sep 17 00:00:00 2001 From: Vincent Te Tau Date: Thu, 4 Feb 2016 22:10:25 +1300 Subject: [PATCH 2/2] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f68aec3..8f6d3ad 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,11 @@ certain amount of time). - Specify views within the peek view layout that can listen to hold and release events (where the user holds the view and then releases). -### Demo: - - +##Demo app + +####https://github.com/shalskar/PeekAndPopDemo
- - ### Getting started: This library is hosted on Jitpack.io, which means to use it you will have to add the following to your root `build.gradle` file.