Skip to content

Commit

Permalink
Remove jetifier from Glide. (#5184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd authored Jul 2, 2023
1 parent 32827dc commit 8d74621
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ POM_SCM_URL=https\://github.com/bumptech/glide
POM_URL=https\://github.com/bumptech/glide

## Gradle config
android.enableJetifier=true
android.useAndroidX=true
org.gradle.configureondemand=false
org.gradle.daemon=true
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'com.android.application'
dependencies {
annotationProcessor project(":annotation:compiler")
implementation project(":library")
implementation libs.android.support.multidex
implementation libs.androidx.multidex
implementation libs.androidx.appcompat

androidTestImplementation project(':library')
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencyResolutionManagement {
// currently use, so we're stuck on an older version.
version('androidx-fragment', '1.3.6')

library('android.support.multidex', "com.android.support:multidex:1.0.3")
library('androidx-multidex', "androidx.multidex:multidex:2.0.1")
library('autoservice', 'com.google.auto.service:auto-service:1.0-rc3')
library('autoservice.annotations', 'com.google.auto.service:auto-service-annotations:1.0.1')
library('android-gradle', 'com.android.tools.build:gradle:7.3.0')
Expand Down

0 comments on commit 8d74621

Please sign in to comment.