Skip to content

Commit 289f9ea

Browse files
committed
Removed depricated jar files to use gradle instead #11
1 parent 1be9400 commit 289f9ea

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sourceSets.main.java.srcDir 'src'
88
sourceSets.main.resources.srcDirs 'res'
99

1010
dependencies{
11-
compile 'org.apache.commons:commons-lang3:3.1'
11+
compile 'org.apache.commons:commons-lang3:3.4'
1212
compile 'javazoom:jlayer:1.0.1'
1313
compile files('res/jars/JSplashScreen.jar')
1414
}

res/jars/commons-lang3-3.1.jar

-308 KB
Binary file not shown.

res/jars/jl1.0.1.jar

-103 KB
Binary file not shown.

0 commit comments

Comments
 (0)