From f23623d23fb3442e72939126dc28aae50a8ec86a Mon Sep 17 00:00:00 2001 From: p32929 Date: Sun, 13 Oct 2019 22:27:54 +0600 Subject: [PATCH] update version --- README.md | 2 +- app/build.gradle | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 09b442f..6da99ca 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add the dependency ``` dependencies { - implementation 'com.github.p32929:HouseAds2:1.0.0.8' + implementation 'com.github.p32929:HouseAds2:1.0.0.9' } ``` diff --git a/app/build.gradle b/app/build.gradle index 75f0df8..8f14e58 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,5 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.0.2' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation project(path: ':myhouseads2lib') }