Merge pull request #932 from permissionlesstech/codex/release-wear-0.1.3

Bump Wear OS version to 0.1.3
This commit is contained in:
callebtc 2026-09-07 15:08:23 +03:00 committed by GitHub
commit 936a4cdf6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,8 +19,8 @@ android {
targetSdk = libs.versions.targetSdk.get().toInt()
// Wear releases use a separate high range because Play requires every artifact in
// one application ID to have a unique version code across all form factors.
versionCode = 1_000_000_003
versionName = "0.1.2"
versionCode = 1_000_000_004
versionName = "0.1.3"
vectorDrawables {
useSupportLibrary = true