Skip to content

Commit

Permalink
Update to v1.0.2 and add fastlane changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptedArk committed Jul 14, 2021
1 parent 8fd2bed commit c90d95c
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -36,8 +36,8 @@ android {
applicationId "dev.corruptedark.diditakemymeds"
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v1.0.1

Fix:
- Fix notifications not sending

0 comments on commit c90d95c

Please sign in to comment.