Skip to content

Commit

Permalink
remove GeckoView dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed Jan 4, 2025
1 parent b44e3b6 commit a05436b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ android {
useLegacyPackaging = true
}
}
lint {
//https://stackoverflow.com/a/76011953/10871900
// https://github.com/google/ExoPlayer/issues/10884
lintConfig = file("$rootDir/lint_config.xml")
}
}


Expand All @@ -74,7 +69,6 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'org.jsoup:jsoup:1.14.3'
implementation "org.mozilla.geckoview:geckoview:133.0.20241209150345"
implementation 'androidx.preference:preference:1.2.1'
implementation 'com.google.android.gms:play-services-oss-licenses:17.1.0'
testImplementation 'junit:junit:4.13.2'
Expand Down
6 changes: 0 additions & 6 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@


-dontwarn javax.annotation.ParametersAreNonnullByDefault

-dontwarn java.beans.BeanInfo
-dontwarn java.beans.FeatureDescriptor
-dontwarn java.beans.IntrospectionException
-dontwarn java.beans.Introspector
-dontwarn java.beans.PropertyDescriptor
7 changes: 0 additions & 7 deletions lint_config.xml

This file was deleted.

0 comments on commit a05436b

Please sign in to comment.