Skip to content

Commit

Permalink
Add missing library.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekharkunov committed Jun 26, 2024
1 parent a8bbc49 commit a879e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/manifestmergetool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ dependencies {
implementation('com.android.tools.build:manifest-merger:31.4.1')
implementation('com.android.tools:common:31.4.1')
implementation('org.apache.commons:commons-configuration2:2.10.1')
implementation('commons-codec:commons-codec:1.17.0')

testImplementation('commons-io:commons-io:2.11.0')
testImplementation('junit:junit:4.13')
Expand Down

0 comments on commit a879e9b

Please sign in to comment.