From 0d94338a17bb52f407004c2ac56c19f395b38a7c Mon Sep 17 00:00:00 2001 From: "saurabh.sonawane" Date: Wed, 13 Sep 2023 09:48:35 +0100 Subject: [PATCH] Increased api version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 82d4258a82..4da34aa1ed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ cordaProductVersion = 5.1.0-INTEROP ## IMPORTANT: ## The interop feature branches track api revisions separately to the mainline branch. ## API version of last merge from corda mainline: 19 -cordaApiRevision = 19 +cordaApiRevision = 20 # Main kotlinVersion = 1.8.21