From 546912c1dd44cb47f55f51edbc9d8844f815d16c Mon Sep 17 00:00:00 2001 From: kot331107 Date: Sun, 30 Oct 2016 02:48:04 +0300 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4294adc..5405d9b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Admob Adapter ====================== -We've finally released [v1.2](https://github.com/clockbyte/admobadapter/releases/tag/v1.2)! No flickering, no empty spaces! +We've finally released [v1.3.0](https://github.com/clockbyte/admobadapter/releases/tag/v1.3.0)! A support for multiple unit ids, and a custom view wrapping! The reference to the [COOK RECIPES](https://github.com/clockbyte/admobadapter/wiki/Cookbook) for people who are in hurry! @@ -19,7 +19,7 @@ Now you are able to link Admobadapter via Gradle like this ```shell dependencies { //link other libs - compile 'com.github.clockbyte:admobadapter:1.2' + compile 'com.github.clockbyte:admobadapter:1.3.0' } ``` [Here](https://github.com/clockbyte/admobadapter/wiki/Installation) you could find more ways.