Release 0.5.0: bump versionCode 5 / versionName 0.5.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
d81a4fd926
commit
5b9a3d6877
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ android {
|
|||
targetSdk = 35
|
||||
// Bump both for every release installed on the phone — versionName for
|
||||
// humans, versionCode so dumpsys/install history can tell builds apart.
|
||||
versionCode = 4
|
||||
versionName = "0.4.0"
|
||||
versionCode = 5
|
||||
versionName = "0.5.0"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue