File tree Expand file tree Collapse file tree 9 files changed +23
-10
lines changed
templates/activities/SmallLauncher Expand file tree Collapse file tree 9 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.0-beta6 (2018-04-24)
2+
3+ Bugfixes:
4+
5+ - 修正 UTF16 string pools 长度解析问题
6+ - 修正 Windows 系统下 ` BR.class ` 被误删除的问题 (#544 )
7+
18## 1.3.0-beta5 (2017-12-15)
29
310版本同步
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gradle-small-plugin是一个gradle插件,用来打包安卓组件包。
1212 }
1313 dependencies {
1414 classpath 'com.android.tools.build:gradle:1.5.0'
15- classpath 'net.wequick.tools.build:gradle-small:1.3.0-beta5 '
15+ classpath 'net.wequick.tools.build:gradle-small:1.3.0-beta6 '
1616 }
1717 }
1818
Original file line number Diff line number Diff line change 2020org.gradle.daemon =true
2121
2222group =net.wequick.tools.build
23- version =1.3.0-beta5
23+ version =1.3.0-beta6
Original file line number Diff line number Diff line change 1+ ## 1.3.0-beta6 (2018-04-24)
2+
3+ Bugfixes:
4+
5+ - 修正 Android 8.0 以上,无法从内置 jar 包中读取文件的问题 (#574 )
6+
17## 1.3.0-beta5 (2017-12-13)
28
39Features:
Original file line number Diff line number Diff line change 11group =net.wequick.small
2- version =1.3.0-beta5
2+ version =1.3.0-beta6
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ buildscript {
3232 }
3333 dependencies {
3434 classpath 'com.android.tools.build:gradle:1.3.0'
35- classpath 'net.wequick.tools.build:gradle-small:1.3.0-beta5 '
35+ classpath 'net.wequick.tools.build:gradle-small:1.3.0-beta6 '
3636 }
3737}
3838
@@ -47,7 +47,7 @@ apply plugin: 'net.wequick.small'
4747
4848``` groovy
4949small {
50- aarVersion = '1.3.0-beta5 '
50+ aarVersion = '1.3.0-beta6 '
5151}
5252```
5353
Original file line number Diff line number Diff line change 2626 ` ` ` groovy
2727 buildscript {
2828 dependencies {
29- classpath ' net.wequick.tools.build:gradle-small:1.3.0-beta5 '
29+ classpath ' net.wequick.tools.build:gradle-small:1.3.0-beta6 '
3030 }
3131 }
3232
3333 apply plugin: ' net.wequick.small'
3434
3535 small {
36- aarVersion = ' 1.3.0-beta5 '
36+ aarVersion = ' 1.3.0-beta6 '
3737 }
3838 ` ` `
3939
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 }
88 dependencies {
99 classpath ' com.android.tools.build:gradle:2.3.0'
10- classpath ' net.wequick.tools.build:gradle-small:1.3.0-beta5 '
10+ classpath ' net.wequick.tools.build:gradle-small:1.3.0-beta6 '
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
1313 }
Original file line number Diff line number Diff line change 55 <global id =" assetsOut" value =" ./app/src/main/assets" />
66 <global id =" mavenUrl" value =" mavenCentral" />
77 <global id =" copyGradleSupported" type =" boolean" value =" ${(compareVersions(gradlePluginVersion, '2.0') < 0)?string}" />
8- <global id =" smallPluginVersion" value =" 1.3.0-beta5 " />
9- <global id =" smallAarVersion" value =" 1.3.0-beta5 " />
8+ <global id =" smallPluginVersion" value =" 1.3.0-beta6 " />
9+ <global id =" smallAarVersion" value =" 1.3.0-beta6 " />
1010</globals >
You can’t perform that action at this time.
0 commit comments