Skip to content

Commit ede7182

Browse files
authored
Merge pull request #21 from LeoAndo/fix/automatically-generated-release-notes
bugfix リリースノート作成機能
2 parents 503ce82 + 3b53976 commit ede7182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "com.template.androidbasicapp" // TODO applicationIdを他の人と被らない名前に変更してください。
1717
minSdk 29
1818
targetSdk 34
19-
versionCode 120
20-
versionName "1.2.0"
19+
versionCode 121
20+
versionName "1.2.1"
2121

2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
}

0 commit comments

Comments
 (0)