Skip to content

Commit 62290c9

Browse files
committed
[Chore] (Version): Bump version to 1.3.0.RC1.
1 parent 0d13434 commit 62290c9

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/mg.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: MobileGlues
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
7+
- dev
68
workflow_dispatch:
79

810
jobs:

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
minSdk = 26
1515
targetSdk = 35
1616
versionCode = 1299
17-
versionName = "1.3.0·Beta"
17+
versionName = "1.3.0·RC1"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}

0 commit comments

Comments
 (0)