Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit c38363b

Browse files
committed
start 1.3
1 parent bcbb208 commit c38363b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: release-drafter/release-drafter@v5
2020
with:
2121
tag: ${{ env.VERSION }}
22+
name: ${{ env.VERSION }}
2223
version: ${{ env.VERSION }}
2324
publish: ${{ startsWith(github.ref, 'refs/tags') }}
2425
env:

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion 15
88
targetSdkVersion 28
99
versionCode 1
10-
versionName "1.2"
10+
versionName "1.3"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

0 commit comments

Comments
 (0)