Skip to content

Commit

Permalink
small:1.1.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Feb 25, 2017
1 parent 2edb61c commit 2fef9d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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-alpha1'
aarVersion = '1.1.0-alpha2'
}
```

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-alpha1'
aarVersion = '1.1.0-alpha2'
}
```

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-alpha1'
aarVersion = '1.1.0-alpha2'
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-beta4" />
<global id="smallAarVersion" value="1.1.0-alpha1" />
<global id="smallAarVersion" value="1.1.0-alpha2" />
</globals>

0 comments on commit 2fef9d5

Please sign in to comment.