From c87c0254301ae5523212ec77dd32e67c0533d0a5 Mon Sep 17 00:00:00 2001 From: fabianterhorst Date: Sat, 14 May 2016 22:14:45 +0200 Subject: [PATCH] update processor and core version --- README.md | 4 ++-- fastlayout-processor/build.gradle | 2 +- fastlayout/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f61d47..7b787fb 100644 --- a/README.md +++ b/README.md @@ -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' ... } ``` diff --git a/fastlayout-processor/build.gradle b/fastlayout-processor/build.gradle index f3ddcd5..f7c59eb 100644 --- a/fastlayout-processor/build.gradle +++ b/fastlayout-processor/build.gradle @@ -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 { diff --git a/fastlayout/build.gradle b/fastlayout/build.gradle index 1856e49..840a0bc 100644 --- a/fastlayout/build.gradle +++ b/fastlayout/build.gradle @@ -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 {