Skip to content

Commit

Permalink
Chore: bump version for 2.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
KSSidll committed Sep 22, 2024
1 parent 202df6d commit dfbb1f8
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 @@ -30,8 +30,8 @@ android {
applicationId = "com.kssidll.arru"
minSdk = 21
targetSdk = 35
versionCode = 39
versionName = "2.5.1"
versionCode = 40
versionName = "2.5.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add in-app theme picking
- Improve theme compatibility on older devices

0 comments on commit dfbb1f8

Please sign in to comment.