Release 0.6.0: bump versionCode 6 / versionName 0.6.0

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-06-29 14:43:13 +02:00
commit 041f9e2cf6

View file

@ -33,8 +33,8 @@ android {
targetSdk = 35 targetSdk = 35
// Bump both for every release installed on the phone — versionName for // Bump both for every release installed on the phone — versionName for
// humans, versionCode so dumpsys/install history can tell builds apart. // humans, versionCode so dumpsys/install history can tell builds apart.
versionCode = 5 versionCode = 6
versionName = "0.5.0" versionName = "0.6.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }