Skip to content

Commit

Permalink
Update to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patri9ck committed Dec 15, 2022
1 parent c361852 commit b6cd620
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 @@ -29,8 +29,8 @@ android {
minSdk = 27
targetSdk = 32

versionCode = 10
versionName = "1.2.4"
versionCode = 11
versionName = "1.2.5"
}

compileOptions {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed app crashes when logs are viewed in another fragment
- Sorted app list

0 comments on commit b6cd620

Please sign in to comment.