From 8a12baa9327a4b7622c29f41c9e6cf2488d586c1 Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Wed, 3 Apr 2019 10:54:29 +0200 Subject: [PATCH] Pin SDK version to 0.55.4. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b2c3b7be6a..90b988953df 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ allprojects { // 2. In the GitHub UI, add a Release entry against the tag created in step 1. List any changes in release notes. // 3. Create a PR which bumps this from '0.10.0-SNAPSHOT' to '0.11.0-SNAPSHOT' in master to start the 0.11.0 track. // -- - version = '0.55.0-SNAPSHOT' + version = '0.55.4' sourceCompatibility = '1.8' targetCompatibility = '1.8'