Skip to content

Commit

Permalink
small:1.1.0-beta9
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Nov 17, 2016
1 parent 179c534 commit e5338f8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Android/DevSample/small/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.0-beta9 (2016-11-17)

Bugfixes:

- 取消使用 `SetUpActivity`, 以避免应用重启后无法传递 `savedInstanceState` 到Activity.

## 1.1.0-beta8 (2016-11-15)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion Android/DevSample/small/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=net.wequick.small
version=1.1.0-beta8
version=1.1.0-beta9
2 changes: 1 addition & 1 deletion Android/GETTING-STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ apply plugin: 'net.wequick.small'

```groovy
small {
aarVersion = '1.1.0-beta8'
aarVersion = '1.1.0-beta9'
}
```

Expand Down
2 changes: 1 addition & 1 deletion Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
apply plugin: 'net.wequick.small'
small {
aarVersion = '1.1.0-beta8'
aarVersion = '1.1.0-beta9'
}
```

Expand Down
2 changes: 1 addition & 1 deletion Android/Sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'net.wequick.small'

small {
buildToAssets = false
aarVersion = '1.1.0-beta8'
aarVersion = '1.1.0-beta9'
android {
compileSdkVersion = 23
buildToolsVersion = "23.0.3"
Expand Down
2 changes: 1 addition & 1 deletion Android/templates/activities/SmallLauncher/globals.xml.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<global id="mavenUrl" value="mavenCentral" />
<global id="copyGradleSupported" type="boolean" value="${(compareVersions(gradlePluginVersion, '2.0') < 0)?string}" />
<global id="smallPluginVersion" value="1.1.0-beta3" />
<global id="smallAarVersion" value="1.1.0-beta8" />
<global id="smallAarVersion" value="1.1.0-beta9" />
</globals>

0 comments on commit e5338f8

Please sign in to comment.