Skip to content

Commit

Permalink
Revert "Remove jetifier from Glide. (bumptech#5184)"
Browse files Browse the repository at this point in the history
This reverts commit 8d74621.
  • Loading branch information
Your Name committed Mar 29, 2024
1 parent 8b390d5 commit 81bb72f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ 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.androidx.multidex
implementation libs.android.support.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('androidx-multidex', "androidx.multidex:multidex:2.0.1")
library('android.support.multidex', "com.android.support:multidex:1.0.3")
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 81bb72f

Please sign in to comment.