Skip to content
Snippets Groups Projects
Commit f9acae77 authored by DmitryDzz's avatar DmitryDzz
Browse files

Fixed #1 - no supported devices on Google Play market

parent d7787f5b
Branches
Tags
No related merge requests found
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
dependencies { dependencies {
compile 'io.netty:netty:3.5.2.Final' compile 'io.netty:netty:3.5.2.Final'
compile 'com.google.guava:guava:12.0' compile 'com.google.guava:guava:12.0'
compile 'org.apache.directory.studio:org.apache.commons.codec:1.8' compile 'commons-codec:commons-codec:1.8'
compile 'org.apache.directory.studio:org.apache.commons.io:2.4' compile 'commons-io:commons-io:2.4'
compile 'commons-pool:commons-pool:1.6' compile 'commons-pool:commons-pool:1.6'
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6' compile 'commons-lang:commons-lang:2.6'
compile project(':gradle_plugins') compile project(':gradle_plugins')
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment