Skip to content

Commit 795266e

Browse files
committed
Bump version to 1.1.0 for Codex architecture fixes
1 parent 825d792 commit 795266e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.thinkoff.clawwatch"
1212
minSdk = 30 // Wear OS 3 = API 30
1313
targetSdk = 34
14-
versionCode = 2
15-
versionName = "1.0.0"
14+
versionCode = 3
15+
versionName = "1.1.0"
1616
}
1717

1818
buildTypes {

0 commit comments

Comments
 (0)