Skip to content

Commit

Permalink
Fix #11: Remove Glide and disable Jetifier (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Dec 21, 2023
1 parent 8ad797a commit 64a59f8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
"local>TWiStErRob/renovate-config"
],
"packageRules": [
{
"description": "https://github.com/TWiStErRob/net.twisterrob.travel/issues/11",
"matchPackageNames": [
"com.github.bumptech.glide:glide"
],
"enabled": false
},
{
"description": "https://github.com/TWiStErRob/net.twisterrob.travel/issues/13",
"matchPackageNames": [
Expand Down
1 change: 0 additions & 1 deletion android/feature/range/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies {
implementation(projects.common.model)
implementation(libs.gms.places)
implementation(libs.jsr305)
implementation(libs.glide)
}

android.defaultConfig.consumerProguardFile("src/main/proguard.pro")
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=fail

android.useAndroidX=true
android.enableJetifier=true
android.nonTransitiveRClass=false
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ gretty = "4.1.1"
jsr305 = "3.0.2"
kxml2 = "2.3.0"
sqlite-jdbc = "3.44.1.0"
#noinspection GradleDependency TODO https://github.com/TWiStErRob/net.twisterrob.travel/issues/11
glide = "3.8.0"

androidx-swiperefreshlayout = "1.1.0"
androidx-fragment = "1.6.2"
Expand Down Expand Up @@ -65,7 +63,6 @@ snakeyaml = { module = "org.yaml:snakeyaml", version.ref = "snakeyaml" }
jsr305 = { module = "com.google.code.findbugs:jsr305", version.ref = "jsr305" }
kxml2 = { module = "net.sf.kxml:kxml2", version.ref = "kxml2" }
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version.ref = "sqlite-jdbc" }
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }

androidx-fragment = { module = "androidx.fragment:fragment", version.ref = "androidx-fragment" }
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "androidx-swiperefreshlayout" }
Expand Down

0 comments on commit 64a59f8

Please sign in to comment.