Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed Oct 3, 2018
1 parent 83f5a87 commit 076d4f9
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 @@ -10,8 +10,8 @@ android {
minSdkVersion 14
targetSdkVersion 28

versionCode 24
versionName "v1.14"
versionCode 25
versionName "v1.14.1"

resValue "string", "app_sname", "AAT"
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v1.14.1

# Fixes
- Fix missing permission on Android 8 (issue #28)

0 comments on commit 076d4f9

Please sign in to comment.