Skip to content

Commit

Permalink
ver: v11.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Aug 9, 2024
1 parent 27caeff commit 5db00c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId = "info.plateaukao.einkbro"
minSdk = 24
targetSdk = 34
versionCode = 11_12_00
versionName = "11.12.0"
versionCode = 11_13_00
versionName = "11.13.0"

buildConfigField("String", "builtDateTime", "\"${getCurrentTimestamp()}\"")
buildConfigField("boolean", "showUpdateButton", showUpdateButton())
Expand Down

0 comments on commit 5db00c5

Please sign in to comment.