Browse Source

提交2021.2.3.1

yanyi 4 years ago
parent
commit
070bc38b74
2 changed files with 3 additions and 3 deletions
  1. 1 1
      AllLib/build.gradle
  2. 2 2
      README.md

+ 1 - 1
AllLib/build.gradle

@@ -37,7 +37,7 @@ dependencies {
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
 
     api 'com.yanyi.benyanyi:Logger:1.0.4'
-    api 'com.yanyi.benyanyi:PermissionHelper:1.1.0'
+    api 'com.yanyi.benyanyi:PermissionHelper:1.1.1'
     api 'com.yanyi.benyanyi:BindView:1.0.9'
     api 'com.yanyi.benyanyi:okhttplib:2.0.6'
     api 'com.yanyi.benyanyi:BasicView:1.1.2'

+ 2 - 2
README.md

@@ -16,7 +16,7 @@ repositories {
 ~~~
 ### module 下添加
 ~~~
-implementation 'com.yanyi.benyanyi:MavenAll:2021.2.2.1'
+implementation 'com.yanyi.benyanyi:MavenAll:2021.2.3.1'
 ~~~
 
 或者
@@ -24,7 +24,7 @@ implementation 'com.yanyi.benyanyi:MavenAll:2021.2.2.1'
 <dependency>
   <groupId>com.yanyi.benyanyi</groupId>
   <artifactId>MavenAll</artifactId>
-  <version>2021.2.2.1</version>
+  <version>2021.2.3.1</version>
   <type>aar</type>
 </dependency>
 ~~~