Skip to content

Commit

Permalink
Merge pull request #41 from KieronQuinn/2.2.1
Browse files Browse the repository at this point in the history
2.2.1
  • Loading branch information
KieronQuinn authored May 10, 2022
2 parents 3b56000 + 2f989b7 commit c67394d
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 @@ -7,8 +7,8 @@ plugins {
id 'com.google.android.gms.oss-licenses-plugin'
}

def tagName = '2.2'
def tagCode = 220
def tagName = '2.2.1'
def tagCode = 221

android {
compileSdk 32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@ class IconLoaderRepositoryImpl(
scale = 1f + iconNormalizer.getScale(drawable, null, null, null)
drawable
}else this
}.run {
if(options.result.isLegacyThemedIcon() && options.mono && this is AdaptiveIconDrawable) {
getMonochromeOrForeground()
}else this
}.run {
glide.load(this).run {
scale?.let {
Expand Down

0 comments on commit c67394d

Please sign in to comment.