Skip to content

Commit

Permalink
Merge pull request #153 from wordpress-mobile/build/remove-unused-dep…
Browse files Browse the repository at this point in the history
…endencies

[Dependency Analysis] Remove Unused Dependencies
  • Loading branch information
ParaskP7 authored Aug 14, 2024
2 parents bcfe86f + 39a3423 commit 6801864
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions WordPressLoginFlow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ android {
defaultConfig {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion

vectorDrawables.useSupportLibrary = true
}
buildFeatures {
buildConfig true
Expand All @@ -53,15 +51,11 @@ dependencies {
implementation ("com.gravatar:gravatar:$gravatarSdkVersion")

implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation "androidx.vectordrawable:vectordrawable-animated:$androidxVectorDrawableAnimatedVersion"
implementation "androidx.media:media:$androidxMediaVersion"
implementation "androidx.legacy:legacy-support-v13:$androidxLegacySupportV13Version"
implementation "androidx.gridlayout:gridlayout:$androidxGlidLayoutVersion"

implementation "androidx.constraintlayout:constraintlayout:$androidxConstraintLayoutVersion"
implementation "com.google.android.material:material:$materialVersion"

implementation "androidx.core:core-ktx:$androidxCoreVersion"
implementation "androidx.core:core:$androidxCoreVersion"

api "com.google.android.gms:play-services-auth:$playServicesAuthVersion"

Expand Down

0 comments on commit 6801864

Please sign in to comment.