Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Aug 3, 2021
1 parent 67bffab commit 8c09aea
Show file tree
Hide file tree
Showing 2 changed files with 5 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 30
versionCode 29
versionName "2.2.0"
versionCode 30
versionName "2.3.0"

vectorDrawables.useSupportLibrary true
resValue 'string', 'application_id', applicationId
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2.3.0: Auto-start support!
- New setting that allows the app to start automatically on device boot
- A few internal improvements

0 comments on commit 8c09aea

Please sign in to comment.