Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 // Remove VCS Info from the release build
  • Loading branch information
Hamza417 committed Sep 15, 2024
1 parent 6ce398e commit ebe2053
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ android {
release {
minifyEnabled true
shrinkResources true
vcsInfo.include false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/201.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Fix blur not applying
- Added header in lists with count
- Fix interface overlapping status and navigation bar
- Add more menus for Tags an Wallpapers
- Fix loading indicators not showing
- Tags thumbnails now shows according to the device aspect ratio
- Various fixes and interface improvements

0 comments on commit ebe2053

Please sign in to comment.