Skip to content

Commit

Permalink
chore: update version name and code (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire authored Jun 25, 2022
1 parent a31c084 commit 94a1afa
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 @@ -11,8 +11,8 @@ android {
minSdk = 21
targetSdk = 31
applicationId = "com.chesire.pushie"
versionCode = 12
versionName = "2.1.0"
versionCode = 13
versionName = "2.2.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "ja"))
}
Expand Down

0 comments on commit 94a1afa

Please sign in to comment.