Release Boxcars v1.2.2 for Android

This commit is contained in:
Trevor Slocum 2024-01-08 10:41:18 -08:00
parent b6fedc8c3f
commit ff27ed3e42

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.2.1" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.2.2" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 102010
versionName "1.2.1"
versionCode 102020
versionName "1.2.2"
}
buildTypes {