Skip to content

Commit

Permalink
fix: update org.apache.commons:commons-lang3 to support week year format
Browse files Browse the repository at this point in the history
  • Loading branch information
kueda committed Nov 25, 2024
1 parent 8545a6f commit 1dc67ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iNaturalist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies {
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'org.apache.commons:commons-collections4:4.0'
implementation 'org.apache.commons:commons-lang3:3.1'
implementation 'org.apache.commons:commons-lang3:3.5'
implementation 'org.apache.httpcomponents:httpclient-android:4.3.5.1'
implementation 'org.apache.httpcomponents:httpmime:4.3.3'
implementation 'com.loopj.android:android-async-http:1.4.7'
Expand Down

0 comments on commit 1dc67ab

Please sign in to comment.