We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79df95d commit 9f03a44Copy full SHA for 9f03a44
.github/workflows/release.yml
@@ -27,6 +27,8 @@ jobs:
27
with:
28
artifacts: "app/build/outputs/apk/release/app-release.apk"
29
token: ${{ secrets.GITHUB_TOKEN }}
30
+ generateReleaseNotes: true
31
+ makeLatest: true
32
33
publish:
34
name: Publish To Github Packages
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "com.shuyu.gsygithubappcompose"
15
minSdk = 24
16
targetSdk = 36
17
- versionCode = 2
18
- versionName = "1.1.0"
+ versionCode = 3
+ versionName = "1.2.0"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
}
0 commit comments