From 42e04495ad26b3ac1097c3c063980c8d5be92c10 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Sun, 21 Jul 2024 11:03:29 -0700 Subject: [PATCH] Release Boxcars v1.3.7 for Android --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d5ee40a..3c8958a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } project.ext { - boxcarsVersion = "v1.3.6" // https://code.rocket9labs.com/tslocum/boxcars/tags + boxcarsVersion = "v1.3.7" // https://code.rocket9labs.com/tslocum/boxcars/tags } android { @@ -17,8 +17,8 @@ android { applicationId "com.rocket9labs.boxcars" minSdkVersion 21 targetSdkVersion 34 - versionCode 103060 - versionName "1.3.6" + versionCode 103070 + versionName "1.3.7" } buildTypes {