Skip to content

Commit

Permalink
publish v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Piasy committed May 26, 2016
1 parent b93e54f commit 1ba3104
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Change log
+ [v0.1.2](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.2)
- build debuggable apk according to gradle configuration
+ [v0.1.1](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.1)
- fix RetroLambda classpath error
- generate `.buckconfig.local`, users can customize their config in `.buckconfig`
Expand Down
6 changes: 2 additions & 4 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
```gradle
buildscript {
repositories {
maven {
url "http://dl.bintray.com/okbuild/maven"
}
jcenter()
}
dependencies {
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.1'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.2'
}
}
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ In root project `build.gradle` file:
```gradle
buildscript {
repositories {
maven {
url "http://dl.bintray.com/okbuild/maven"
}
jcenter()
}
dependencies {
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.1'
classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.2'
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
def siteUrl = 'https://github.com/OkBuilds/OkBuck'
def gitUrl = 'https://github.com/OkBuilds/OkBuck.git'
def publishGroup = 'com.github.okbuilds'
def publishVersion = '0.1.1'
def publishVersion = '0.1.2'

group = publishGroup
version = publishVersion
Expand Down

0 comments on commit 1ba3104

Please sign in to comment.