From fac8a856b3a86e318433df7c080a4296c2d632ab Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Fri, 18 Jun 2021 09:35:19 +0200 Subject: [PATCH] Update version of `compose core` for web components - 0.5.0-build225 It means that when we build the components locally, the new version will be used (same as for recently published artefacts). --- web/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/gradle.properties b/web/gradle.properties index 4de4056726..aa85b63318 100644 --- a/web/gradle.properties +++ b/web/gradle.properties @@ -1,3 +1,3 @@ -COMPOSE_CORE_VERSION=0.0.12-SNAPSHOT +COMPOSE_CORE_VERSION=0.5.0-build225 COMPOSE_WEB_VERSION=0.0.12-SNAPSHOT COMPOSE_WEB_BUILD_WITH_EXAMPLES=false