From 99e5345b883d7869aa583f0b75f6b7f8b8a2a203 Mon Sep 17 00:00:00 2001 From: orhanobut Date: Sun, 7 Jun 2015 14:19:11 +0200 Subject: [PATCH] v1.3 --- README.md | 8 ++++---- images/{bee2.png => bee_info.png} | Bin images/{bee3.png => bee_log.png} | Bin images/{bee1.png => bee_settings.png} | Bin 4 files changed, 4 insertions(+), 4 deletions(-) rename images/{bee2.png => bee_info.png} (100%) rename images/{bee3.png => bee_log.png} (100%) rename images/{bee1.png => bee_settings.png} (100%) diff --git a/README.md b/README.md index 0bb1e2c..c749392 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Bee is a QA/Debug tool that works like a widget in any application. The idea is - Bee is not for the release apk - - - + + + #### Gradle ```groovy -compile 'com.orhanobut:bee:1.2@aar' +compile 'com.orhanobut:bee:1.3@aar' ``` #### Usage diff --git a/images/bee2.png b/images/bee_info.png similarity index 100% rename from images/bee2.png rename to images/bee_info.png diff --git a/images/bee3.png b/images/bee_log.png similarity index 100% rename from images/bee3.png rename to images/bee_log.png diff --git a/images/bee1.png b/images/bee_settings.png similarity index 100% rename from images/bee1.png rename to images/bee_settings.png