From 368ee6fc5fb292492a1a6d8ad0b4401aaea2d383 Mon Sep 17 00:00:00 2001 From: humazed Date: Thu, 22 Mar 2018 19:40:50 +0200 Subject: [PATCH] update dependency version in README.md to 1.0.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c34eb9f..3c3450d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add the dependency ```gradle dependencies { // ... other dependencies - implementation 'com.github.humazed:RoomAsset:1.0.1' + implementation 'com.github.humazed:RoomAsset:1.0.2' } ``` -----