From e1b1653df34ae43d0a90e12677c1a82a80fa2a17 Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Tue, 28 Nov 2023 14:36:59 -0500 Subject: [PATCH] Update gradle properties with matching build/tag number. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index b849eb8c..9f961a4c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=1141 -VERSION_NAME=1.14.1 +VERSION_CODE=1140 +VERSION_NAME=1.14.0 POM_NAME=Segment for Kotlin POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.