woocommerce / woocommerce-android

WooCommerce Android app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
276 stars 135 forks source link

Remove unused dependency #12714

Open kidinov opened 14 hours ago

kidinov commented 14 hours ago

Based on

https://buildkite.com/automattic/woocommerce-android/builds/24338#01921708-d5ee-44ee-a147-b4cae6609744

Unused dependencies which should be removed:
  androidTestImplementation 'org.apache.httpcomponents:httpclient-android:4.3.5.1'
  implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.7.0'
  implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
  implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'
  implementation 'androidx.transition:transition-ktx:1.5.1'
  implementation 'com.google.accompanist:accompanist-swiperefresh:0.32.0'
  implementation 'com.google.accompanist:accompanist-systemuicontroller:0.32.0'
  implementation 'com.google.android.play:app-update-ktx:2.1.0'
  implementation 'com.google.android.play:review-ktx:2.0.1'

Advice for :libs:cardreader
Unused dependencies which should be removed:
  androidTestImplementation 'androidx.test.ext:junit:1.1.5'
  androidTestImplementation 'androidx.test:rules:1.4.0'
  androidTestImplementation 'org.assertj:assertj-core:3.24.1'
dangermattic commented 14 hours ago

🚫 Please add a type label (e.g. type: enhancement) and a feature label (e.g. feature: stats) to this issue.