Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
build: bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyMuse committed Jun 23, 2021
1 parent 108b5c3 commit eedd696
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 @@ -14,8 +14,8 @@ android {
applicationId "com.crazylegend.vigilante"
minSdkVersion 24
targetSdkVersion 30
versionCode 14
versionName "1.2.1"
versionCode 15
versionName "1.2.2"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Improvements
- Added an option to mute notifications
- Bug fixes

0 comments on commit eedd696

Please sign in to comment.