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

Commit

Permalink
Fixed #1 - no supported devices on Google Play market
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDzz committed Oct 30, 2014
1 parent d7787f5 commit f9acae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions message_generation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
dependencies {
compile 'io.netty:netty:3.5.2.Final'
compile 'com.google.guava:guava:12.0'
compile 'org.apache.directory.studio:org.apache.commons.codec:1.8'
compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
compile 'commons-codec:commons-codec:1.8'
compile 'commons-io:commons-io:2.4'
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')
}
Expand Down

0 comments on commit f9acae7

Please sign in to comment.