瀏覽代碼

提交1.0.3版本,删除重复方法

yanyi 5 年之前
父節點
當前提交
f2bdfe8a6a
共有 3 個文件被更改,包括 5 次插入7 次删除
  1. 3 2
      README.md
  2. 2 2
      viewbind/bintrayUpload.gradle
  3. 0 3
      viewbind/src/main/res/values/strings.xml

+ 3 - 2
README.md

@@ -4,7 +4,7 @@
 
 module 下添加
 
-    implementation 'com.yanyi.benyanyi:viewbind:1.0.2'
+    implementation 'com.yanyi.benyanyi:viewbind:1.0.3'
     
 ### 使用方法
 
@@ -32,7 +32,8 @@ module 下添加
     
     
 ### 更新记录
-* 2019-06-12 更新(1.0.2版本) 方法优化,更改包名,统一开源库包名
+* 2019-06-26 更新1.0.3版本,去除重复方法
+* 2019-06-12 更新1.0.2版本, 方法优化,更改包名,统一开源库包名
 * 2019-05-29 提交1.0.1版本,优化一些已知细节
 * 2018-12-26 提交1.0.0版本
 

+ 2 - 2
viewbind/bintrayUpload.gradle

@@ -7,13 +7,13 @@ def siteUrl = 'http://www.yanyis.space/yanyi/bindviewlib' // 项目主页。
 def gitUrl = 'http://www.yanyis.space/yanyi/bindviewlib.git' // Git仓库的url。
 
 group = "com.yanyi.benyanyi"// 唯一包名,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的com.ansen.http就是这里配置的。
-version = "1.0.2"//项目引用的版本号,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的1.0.1就是这里配置的。
+version = "1.0.3"//项目引用的版本号,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的1.0.1就是这里配置的。
 install {
     repositories.mavenInstaller {
         // This generates POM.xml with proper parameters
         pom {
             project {
-                packaging 'aar'
+                packaging 'jar'
                 // Add your description here
                 name 'android 注解'
                 url siteUrl

+ 0 - 3
viewbind/src/main/res/values/strings.xml

@@ -1,3 +0,0 @@
-<resources>
-    <string name="app_name">ViewBind</string>
-</resources>