Skip to content

Commit

Permalink
chore : targetsdk, github action, 릴리즈노트
Browse files Browse the repository at this point in the history
  • Loading branch information
koreatlwls committed Jan 14, 2024
1 parent fb781b7 commit 82abcc6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
serviceCredentialsFileContent: ${{secrets.CREDENTIAL_FILE_CONTENT}}
groups: develop
file: app/build/outputs/apk/dev/app-dev.apk

releaseNotesFile: ./release-note.txt
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ android {

defaultConfig {
applicationId = AppConfig.APP_ID

targetSdk = libs.versions.targetSdk.get().toInt()

versionCode = AppConfig.APP_VERSION_CODE
versionName = AppConfig.APP_VERSION_NAME
}
Expand Down
3 changes: 3 additions & 0 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TiTi android dev 0.1.0(1)
- [X] Timer 구현
- [X] StopWatch 구현

0 comments on commit 82abcc6

Please sign in to comment.