File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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}
3535allprojects {
Original file line number Diff line number Diff line change 33buildscript {
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
2020allprojects {
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" }
You can’t perform that action at this time.
0 commit comments