Parcourir la source

修改maven地址,提交1.0.4版本

yanyi il y a 3 ans
Parent
commit
f3449b84f7
1 fichiers modifiés avec 6 ajouts et 4 suppressions
  1. 6 4
      README.md

+ 6 - 4
README.md

@@ -7,13 +7,14 @@
 ~~~
 repositories {
         maven {
-            url "http://maven.benyanyi.com/nexus/content/repositories/mylove/"
+            //allowInsecureProtocol = true//build:gradle版本大于4.1.3添加
+            url "http://maven.keleyanyi.com/repository/benyanyi/"
         }
     }
 ~~~
 ### module 下添加
 ~~~
-implementation 'com.yanyi.benyanyi:DateSelect:1.0.3'
+implementation 'com.yanyi.benyanyi:DateSelect:1.0.4'
 ~~~
 
 或者
@@ -21,7 +22,7 @@ implementation 'com.yanyi.benyanyi:DateSelect:1.0.3'
 <dependency>
   <groupId>com.yanyi.benyanyi</groupId>
   <artifactId>DateSelect</artifactId>
-  <version>1.0.3</version>
+  <version>1.0.4</version>
   <type>aar</type>
 </dependency>
 ~~~
@@ -72,7 +73,8 @@ selectData.setDateClickListener(new SelectData.OnDateClickListener() {
 });
 ~~~
 ## 更新记录
-* 2021-13-14 提交1.0.3版本 删除开始时间和结束时间不能超过当前时间限制
+* 2021-08-27 提交1.0.4版本 升级gradle版本,修改maven地址
+* 2021-03-14 提交1.0.3版本 删除开始时间和结束时间不能超过当前时间限制
 * 2020-05-18 提交1.0.2版本,将android support转成androidx支持,并将Maven库存放到个人服务器上
 * 2019-06-12 提交1.0.1版本,优化一些已知细节,变更包名,开源库包名进行统一
 * 2018-06-09 提交1.0.0版本