Skip to content

Commit

Permalink
plugin 1.0.1 正式版
Browse files Browse the repository at this point in the history
  • Loading branch information
bugyun committed Nov 6, 2019
1 parent e3601e7 commit 059af45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android 屏幕适配的两种终结方式

## 第一种适配方式 - Smallest Width 方式
插件版本:
[ ![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)
[ ![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)

使用方法

Expand All @@ -29,7 +29,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0-alpha13'
// 在此处添加
classpath 'vip.ruoyun.plugin:screen-plugin:1.0.0'
classpath 'vip.ruoyun.plugin:screen-plugin:1.0.1'
}
}
allprojects {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext.kotlin_version = '1.3.31'
repositories {
maven { url uri('./release') }//本地仓库,测试使用
// maven { url uri('./release') }//本地仓库,测试使用
google()
jcenter()
// maven { url "https://dl.bintray.com/bugyun/maven" }
Expand All @@ -19,7 +19,7 @@ buildscript {

allprojects {
repositories {
maven { url uri('./release') }//本地仓库,测试使用
// maven { url uri('./release') }//本地仓库,测试使用
google()
jcenter()
// maven { url "https://dl.bintray.com/bugyun/maven" }
Expand Down

0 comments on commit 059af45

Please sign in to comment.