Release Boxcars v1.0.8 for Android

This commit is contained in:
Trevor Slocum 2023-11-02 23:16:51 -07:00
parent 10237f9d2d
commit 685e8e7b3e

View file

@ -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 {