Skip to content

Commit

Permalink
chore: update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire committed Oct 10, 2023
1 parent 17801c2 commit 6295820
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -15,8 +15,8 @@ android {
applicationId = "com.chesire.nekome"
minSdk = 21
targetSdk = libs.versions.sdk.get().toInt()
versionCode = 23100818 // Date of build formatted as 'yyMMddHH'
versionName = "2.1.0"
versionCode = 23101020 // Date of build formatted as 'yyMMddHH'
versionName = "2.1.1"
testInstrumentationRunner = "com.chesire.nekome.TestRunner"
resourceConfigurations += listOf("en", "ja")
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/23101020.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix issue with R8 causing api failures
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/23101020.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix issue with R8 causing api failures

0 comments on commit 6295820

Please sign in to comment.