Skip to content

Commit

Permalink
update processor and core version
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed May 14, 2016
1 parent 64f3aa2 commit c87c025
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ apply plugin: 'com.neenbedankt.android-apt'
...
dependencies {
...
apt 'io.fabianterhorst:fastlayout-processor:0.0.1-alpha2'
compile 'io.fabianterhorst:fastlayout:0.0.1-alpha2'
apt 'io.fabianterhorst:fastlayout-processor:0.0.1-alpha3'
compile 'io.fabianterhorst:fastlayout:0.0.1-alpha3'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion fastlayout-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ targetCompatibility = JavaVersion.VERSION_1_7
def siteUrl = 'https://github.com/FabianTerhorst/FastLayout'
def gitUrl = 'https://github.com/FabianTerhorst/FastLayout.git'

version = "0.0.1-alpha2"
version = "0.0.1-alpha3"
group = "io.fabianterhorst"

install {
Expand Down
2 changes: 1 addition & 1 deletion fastlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ targetCompatibility = JavaVersion.VERSION_1_7
def siteUrl = 'https://github.com/FabianTerhorst/FastLayout'
def gitUrl = 'https://github.com/FabianTerhorst/FastLayout.git'

version = "0.0.1-alpha2"
version = "0.0.1-alpha3"
group = "io.fabianterhorst"

install {
Expand Down

0 comments on commit c87c025

Please sign in to comment.