From 8d7a450ca612e10492413cb448ce1f59021943af Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 15 Oct 2017 11:37:13 -0400 Subject: Update constraint layout --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index e64203d..aa0e86c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,7 +29,7 @@ KOTLIN=1.1.51 ABOUT_LIBRARIES=5.9.7 ANKO=0.10.1 BLURRY=2.1.1 -CONSTRAINT_LAYOUT=1.1.0-beta2 +CONSTRAINT_LAYOUT=1.1.0-beta3 FAST_ADAPTER=2.6.3 FAST_ADAPTER_COMMONS=2.6.3 GLIDE=4.2.0 -- cgit v1.2.3 From 3721fe9067bccb6069160231956bedbb3d9bc62c Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 15 Oct 2017 12:27:57 -0400 Subject: Increment release --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index aa0e86c..cb8d43d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ TARGET_SDK=26 BUILD_TOOLS=26.0.2 ANDROID_SUPPORT_LIBS=26.1.0 -VERSION_NAME=3.4.4 +VERSION_NAME=3.4.4.1 KOTLIN=1.1.51 ABOUT_LIBRARIES=5.9.7 -- cgit v1.2.3