Skip to content

Commit 1f76c64

Browse files
committed
1.1.0
1 parent 4094276 commit 1f76c64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ ext {
1010
// Bump the app version here only. Wear releases use appVersionCode + 1000000
1111
// so Play accepts both APKs in one release (distinct versionCodes per form
1212
// factor). Scheme originates on the wearos branch — keep the two in step.
13-
appVersionCode = 1009
13+
appVersionCode = 1010
1414
// Base version, without the flavour/build-type suffix chain that gets appended
1515
// to versionName. Used for the APK filename so it stays readable.
16-
appVersionName = '1.0.9-Alpha'
16+
appVersionName = '1.1.0-Alpha'
1717

1818
ndkver = '29.0.14206865'
1919
CMAKEVERSION = '3.22.1'

0 commit comments

Comments
 (0)