From 685e8e7b3ea92f976dbbfebe08d01232be6390c5 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Thu, 2 Nov 2023 23:16:51 -0700 Subject: [PATCH] Release Boxcars v1.0.8 for Android --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 75e65c7..3cf7a39 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } project.ext { - boxcarsVersion = "v1.0.7" // https://code.rocket9labs.com/tslocum/boxcars/tags + boxcarsVersion = "v1.0.8" // https://code.rocket9labs.com/tslocum/boxcars/tags } android { @@ -17,8 +17,8 @@ android { applicationId "com.rocket9labs.boxcars" minSdkVersion 21 targetSdkVersion 34 - versionCode 100070 - versionName "1.0.7" + versionCode 100080 + versionName "1.0.8" } buildTypes {