Skip to content

Commit

Permalink
Decrease jar sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperoni210 committed Jul 8, 2024
1 parent 2aba551 commit 5ff1d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paynow-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.11.0'

testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation 'org.junit.jupiter:junit-jupiter'
Expand Down

0 comments on commit 5ff1d96

Please sign in to comment.