Skip to content

Commit

Permalink
[fastlane] Version 0.6.6 (606)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgudim committed Jan 6, 2024
1 parent 7b3aa32 commit aea8d1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

def versionMajor = 0
def versionMinor = 6
def versionPatch = 5
def versionPatch = 6
def globalSuffix = ""

ext.getVersionCode = { ->
Expand Down
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/606.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Ui changes:
- Bumped ui libs
- Delete/reset buttons are now red
- Minor tweaks/fixes

Other changes:
- Don't display upcoming/expired entries marked as hidden by content

0 comments on commit aea8d1b

Please sign in to comment.