From f8197bd9597541224b31b091aebf9608f7a10ab2 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Sat, 13 Jan 2024 13:41:40 -0800 Subject: [PATCH] Release Boxcars v1.2.5 for Android --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4e45dd7..f04eade 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } project.ext { - boxcarsVersion = "v1.2.4" // https://code.rocket9labs.com/tslocum/boxcars/tags + boxcarsVersion = "v1.2.5" // https://code.rocket9labs.com/tslocum/boxcars/tags } android { @@ -17,8 +17,8 @@ android { applicationId "com.rocket9labs.boxcars" minSdkVersion 21 targetSdkVersion 34 - versionCode 102040 - versionName "1.2.4" + versionCode 102050 + versionName "1.2.5" } buildTypes {