From 52b6a1b5bc5c5212683b91c4be964ea8959398df Mon Sep 17 00:00:00 2001 From: Miljenko Brkic Date: Wed, 20 Dec 2023 09:08:39 +0000 Subject: [PATCH] CORE-18320 Increased API version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5cde18bd12..53bbd4f054 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ cordaProductVersion = 5.2.0 # NOTE: update this each time this module contains a breaking change ## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to ## a per module property in which case module versions can change independently. -cordaApiRevision = 18 +cordaApiRevision = 19 # Main kotlin.stdlib.default.dependency = false