Skip to content

Commit 7516218

Browse files
committed
Release 1.2.1
- Fixed NFC-V implementation (at least on Pixel devices) - New profile option to allow for simplified config for swatches - Namespace change for f-droid publishing - Secondary colors can collapse - Fix color encoding to match spec - Fix length scaling
1 parent 70faea2 commit 7516218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
applicationId "com.drunkenblindninja.vcoprinttag"
3636
minSdk 25
3737
targetSdk 35
38-
versionCode 4
39-
versionName "1.1.0"
38+
versionCode 5
39+
versionName "1.2.1"
4040
}
4141
signingConfigs {
4242
release {

0 commit comments

Comments
 (0)