Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire committed May 25, 2024
1 parent c5365d6 commit 850a97a
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 = 34
applicationId = "com.chesire.pushie"
versionCode = 14
versionName = "2.2.1"
versionCode = 15
versionName = "2.3.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "ja"))
}
Expand Down

0 comments on commit 850a97a

Please sign in to comment.