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-26 06:57:10 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-10-26 06:57:10 +0400
commit0535680af766cf6f7f4a1cab012a773de8f0ec1f (patch)
treefe4b4b7b3e4ae3042b027a08782d79cc71c9c5ff /build.gradle
parent90c47f53446c70bc4f741fdb879ead22239959d0 (diff)
Implemented Opus audio input support! Fine-tuned Opus audio output.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index dd7b88d..334083d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.5.+'
+ classpath 'com.android.tools.build:gradle:0.6.+'
}
}
apply plugin: 'android-library'