-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to coil 2.7.0 * Update to coil 3.0.1 * Remove all codes for ImageUriProvider
- Loading branch information
Showing
11 changed files
with
37 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
core/imageloading/api/src/main/java/soup/movie/core/imageloading/ImageUriProvider.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,17 @@ | ||
plugins { | ||
id "moop.android.library" | ||
id "moop.android.hilt" | ||
} | ||
|
||
android { | ||
namespace "soup.movie.core.imageloading.impl" | ||
buildFeatures { | ||
buildConfig true | ||
} | ||
buildTypes { | ||
debug { | ||
def filesAuthorityValue = 'soup.movie.debug.shareprovider' | ||
buildConfigField 'String', 'FILES_AUTHORITY', "\"${filesAuthorityValue}\"" | ||
manifestPlaceholders = [filesAuthority: filesAuthorityValue] | ||
} | ||
release { | ||
def filesAuthorityValue = 'soup.movie.shareprovider' | ||
buildConfigField 'String', 'FILES_AUTHORITY', "\"${filesAuthorityValue}\"" | ||
manifestPlaceholders = [filesAuthority: filesAuthorityValue] | ||
} | ||
} | ||
} | ||
|
||
dependencies { | ||
implementation projects.core.kotlin | ||
implementation projects.core.imageloading.api | ||
|
||
implementation libs.kotlin.stdlib | ||
|
||
implementation libs.androidx.startup | ||
implementation libs.coil.runtime | ||
implementation libs.coil.okhttp | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
104 changes: 0 additions & 104 deletions
104
...imageloading/impl/src/main/java/soup/movie/core/imageloading/impl/ImageUriProviderImpl.kt
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
...loading/impl/src/main/java/soup/movie/core/imageloading/impl/di/CoreImageLoadingModule.kt
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
core/imageloading/impl/src/main/res/xml/coil_disk_cache_path.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.