Include Android versionCode in APK and AAB artifact names

This commit is contained in:
Joe Tretter
2026-05-18 19:46:31 -05:00
parent afb548d46f
commit 9bf1d610f8
3 changed files with 32 additions and 5 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 150
versionName = "0.1.149"
versionCode = 151
versionName = "0.1.150"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true