Skip to content

Commit

Permalink
Deprecate Glide fragments in favor of androidx Lifecycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Aug 2, 2022
1 parent 813ebd6 commit e802964
Show file tree
Hide file tree
Showing 11 changed files with 751 additions and 19 deletions.
3 changes: 2 additions & 1 deletion instrumentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tasks.whenTaskAdded { task ->
apply plugin: 'com.android.application'

dependencies {
debugImplementation 'androidx.fragment:fragment-testing:1.5.0'
annotationProcessor project(":annotation:compiler")
implementation project(":library")

Expand All @@ -26,7 +27,7 @@ dependencies {
}

android {
compileSdk 30 as int
compileSdk COMPILE_SDK_VERSION as int

defaultConfig {
applicationId 'com.bumptech.glide.instrumentation'
Expand Down
Loading

0 comments on commit e802964

Please sign in to comment.