From 5800cd4277cf7cf61111c2f0f2bfaa9839ad6460 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Tue, 20 Feb 2024 19:37:16 -0800 Subject: [PATCH] Release Boxcars v1.3.1 for Android --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 69eb25a..cfee75e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } project.ext { - boxcarsVersion = "v1.3.0" // https://code.rocket9labs.com/tslocum/boxcars/tags + boxcarsVersion = "v1.3.1" // https://code.rocket9labs.com/tslocum/boxcars/tags } android { @@ -17,8 +17,8 @@ android { applicationId "com.rocket9labs.boxcars" minSdkVersion 21 targetSdkVersion 34 - versionCode 103000 - versionName "1.3.0" + versionCode 103010 + versionName "1.3.1" } buildTypes {