1 parent 4094276 commit 1f76c64Copy full SHA for 1f76c64
1 file changed
Common/build.gradle
@@ -10,10 +10,10 @@ ext {
10
// Bump the app version here only. Wear releases use appVersionCode + 1000000
11
// so Play accepts both APKs in one release (distinct versionCodes per form
12
// factor). Scheme originates on the wearos branch — keep the two in step.
13
- appVersionCode = 1009
+ appVersionCode = 1010
14
// Base version, without the flavour/build-type suffix chain that gets appended
15
// to versionName. Used for the APK filename so it stays readable.
16
- appVersionName = '1.0.9-Alpha'
+ appVersionName = '1.1.0-Alpha'
17
18
ndkver = '29.0.14206865'
19
CMAKEVERSION = '3.22.1'
0 commit comments