Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2013-10-20 04:28:39 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-10-20 04:28:39 +0400
commit607935ced296547b4964892c55f1d16af68400f2 (patch)
treeb7514d064af3a749ed93673e447d4eb2bc4196ce /build.gradle
parent970790dfe209174312a6484073571f5be7ab9daf (diff)
Massive native audio changes, switched to JavaCPP for performance
concerns. WIP opus output implementation.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 20506b9..dd7b88d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,6 +14,8 @@
* limitations under the License.
*/
+
+
buildscript {
repositories {
mavenCentral()
@@ -34,6 +36,7 @@ dependencies {
compile group:'com.madgag', name:'sc-light-jdk15on', version:'1.47.0.2'
compile group:'com.madgag', name:'scprov-jdk15on', version:'1.47.0.2'
compile group:'com.madgag', name:'scpkix-jdk15on', version:'1.47.0.2'
+ compile group:'com.googlecode.javacpp', name:'javacpp', version:'0.6'
}
android {