Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit f9acae7

Browse files
committed
Fixed #1 - no supported devices on Google Play market
1 parent d7787f5 commit f9acae7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

message_generation/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
dependencies {
1818
compile 'io.netty:netty:3.5.2.Final'
1919
compile 'com.google.guava:guava:12.0'
20-
compile 'org.apache.directory.studio:org.apache.commons.codec:1.8'
21-
compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
20+
compile 'commons-codec:commons-codec:1.8'
21+
compile 'commons-io:commons-io:2.4'
2222
compile 'commons-pool:commons-pool:1.6'
23-
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
23+
compile 'commons-lang:commons-lang:2.6'
2424

2525
compile project(':gradle_plugins')
2626
}

0 commit comments

Comments
 (0)