Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Nov 24, 2021
1 parent b7725fe commit 3294bf4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "taco.scoop"
minSdkVersion 21
targetSdkVersion 31
versionCode 31
versionName "2.3.1"
versionCode 32
versionName "2.4.0"

vectorDrawables.useSupportLibrary true
resValue 'string', 'application_id', applicationId
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
2.4.0: Android 12 support + more!
- Now targets and supports Android 12 (API 31)
- Removed all crashlog uploading functionality (please see GitHub release for explanation)
- Removed INTERNET permission (no longer needed because of above)
- Improved launcher icon
- New translations: Spanish, German, Chinese (Simplified), Thai (thank you contributors!)
- Bug fixes and internal improvements

0 comments on commit 3294bf4

Please sign in to comment.