diff --git a/app/build.gradle b/app/build.gradle index 69dc30d..50774d4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } project.ext { - boxcarsVersion = "v1.2.0" // https://code.rocket9labs.com/tslocum/boxcars/tags + boxcarsVersion = "v1.2.1" // https://code.rocket9labs.com/tslocum/boxcars/tags } android { @@ -17,8 +17,8 @@ android { applicationId "com.rocket9labs.boxcars" minSdkVersion 21 targetSdkVersion 34 - versionCode 102000 - versionName "1.2.0" + versionCode 102010 + versionName "1.2.1" } buildTypes {