Release Boxcars v1.0.3 for Android

This commit is contained in:
Trevor Slocum 2023-10-25 21:47:26 -07:00
parent 6497a1d8a1
commit 637320804d

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.0.1" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.0.3" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName "1.0"
versionCode 100030
versionName "1.0.3"
}
buildTypes {