Skip to content

Commit

Permalink
build.gradle: Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
mwild1 committed Apr 8, 2024
1 parent ef97423 commit e4f2d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 42094
versionName "2.13.4"
versionCode 42095
versionName "2.13.4-2"
archivesBaseName += "-$versionName"
applicationId "org.snikket.android"
resValue "string", "applicationId", applicationId
Expand Down

0 comments on commit e4f2d2f

Please sign in to comment.