Skip to content

Commit 059af45

Browse files
committed
plugin 1.0.1 正式版
1 parent e3601e7 commit 059af45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android 屏幕适配的两种终结方式
1414

1515
## 第一种适配方式 - Smallest Width 方式
1616
插件版本:
17-
[ ![Download](https://api.bintray.com/packages/bugyun/maven/screen-plugin/images/download.svg?version=1.0.0) ](https://bintray.com/bugyun/maven/screen-plugin/1.0.0/link)
17+
[ ![Download](https://api.bintray.com/packages/bugyun/maven/screen-plugin/images/download.svg?version=1.0.1) ](https://bintray.com/bugyun/maven/screen-plugin/1.0.1/link)
1818

1919
使用方法
2020

@@ -29,7 +29,7 @@ buildscript {
2929
dependencies {
3030
classpath 'com.android.tools.build:gradle:3.5.0-alpha13'
3131
// 在此处添加
32-
classpath 'vip.ruoyun.plugin:screen-plugin:1.0.0'
32+
classpath 'vip.ruoyun.plugin:screen-plugin:1.0.1'
3333
}
3434
}
3535
allprojects {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext.kotlin_version = '1.3.31'
55
repositories {
6-
maven { url uri('./release') }//本地仓库,测试使用
6+
// maven { url uri('./release') }//本地仓库,测试使用
77
google()
88
jcenter()
99
// maven { url "https://dl.bintray.com/bugyun/maven" }
@@ -19,7 +19,7 @@ buildscript {
1919

2020
allprojects {
2121
repositories {
22-
maven { url uri('./release') }//本地仓库,测试使用
22+
// maven { url uri('./release') }//本地仓库,测试使用
2323
google()
2424
jcenter()
2525
// maven { url "https://dl.bintray.com/bugyun/maven" }

0 commit comments

Comments
 (0)