Skip to content

Commit

Permalink
Merge pull request #51 from twin-te/bump-up-versionCode-to-21
Browse files Browse the repository at this point in the history
Bump up versionCode to 21
  • Loading branch information
private-yusuke authored Apr 21, 2024
2 parents 5021466 + d73672a commit 2fd3132
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 @@ -13,7 +13,7 @@ android {
applicationId = "net.twinte.android"
minSdk = 24
targetSdk = 34
versionCode = 19
versionCode = 21
versionName = "2.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -76,4 +76,4 @@ dependencies {

kapt {
correctErrorTypes = true
}
}

0 comments on commit 2fd3132

Please sign in to comment.