From aee381ffd85d3ba19c894b623629c190c09cf504 Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Wed, 29 Apr 2026 16:10:42 -0400 Subject: [PATCH] Create release 1.25.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6ebc35a6..fc96e044 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ android.disableAutomaticComponentCreation=true # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=1241 -VERSION_NAME=1.24.1 +VERSION_CODE=1250 +VERSION_NAME=1.25.0 POM_NAME=Segment for Kotlin POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.