From 1359da03996f79a75238ac5cb10fcd35f6a5928e Mon Sep 17 00:00:00 2001 From: donnieSky Date: Mon, 31 Jul 2017 17:25:51 +0800 Subject: [PATCH 1/2] Delete local.properties --- local.properties | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 local.properties diff --git a/local.properties b/local.properties deleted file mode 100644 index 8d56abd..0000000 --- a/local.properties +++ /dev/null @@ -1,12 +0,0 @@ -## This file is automatically generated by Android Studio. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. -# -# Location of the SDK. This is only used by Gradle. -# For customization when using a Version Control System, please read the -# header note. -#Thu Jul 06 11:33:35 CST 2017 -ndk.dir=D\:\\Google\\adt-bundle-windows-x86_64-20140702\\sdk\\ndk-bundle -sdk.dir=D\:\\Google\\adt-bundle-windows-x86_64-20140702\\sdk From 5922eaf32eb888f361ca359b27125f6e952a0866 Mon Sep 17 00:00:00 2001 From: donnieSky Date: Mon, 31 Jul 2017 17:26:49 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 236f2af..d20096b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Step 2. Add the dependency Assuming you have installed jitpack provider: ```GRADLE dependencies { - compile 'com.github.donniesky:BaseAdapter:v0.0.2' + compile 'com.github.donniesky:BaseAdapter:v0.1.0' } ```