Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Drumber committed Jun 10, 2024
1 parent a979b2f commit e8ad774
Show file tree
Hide file tree
Showing 2 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 @@ -20,8 +20,8 @@ android {
applicationId = "io.github.drumber.kitsune"
minSdk = 26
targetSdk = 34
versionCode = 29
versionName = "1.10.5"
versionCode = 30
versionName = "1.10.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Added French translation (Thanks @IsAy15)
* Fixed a crash when opening the "Characters" page

0 comments on commit e8ad774

Please sign in to comment.