Skip to content

Commit

Permalink
[DOCS] app version up
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Mar 14, 2024
1 parent ac6beae commit 0d071eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: test Detekt
run: ./gradlew detekt

- name: test Ktlint
run: ./gradlew ktlintCheck

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ internal object ApplicationConfig {
const val MinSdk = 26
const val TargetSdk = 34
const val CompileSdk = 34
const val VersionCode = 5
const val VersionName = "1.0.4"
const val VersionCode = 6
const val VersionName = "1.0.5"
val JavaVersion = org.gradle.api.JavaVersion.VERSION_17
const val JavaVersionAsInt = 17
}

0 comments on commit 0d071eb

Please sign in to comment.