Skip to content

Commit

Permalink
add support for audiowaves library
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 30, 2017
1 parent 1ebeba0 commit 6978de9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ apply plugin: 'com.android.application'
repositories {
jcenter()
google()
maven { url 'https://github.com/FireZenk/maven-repo/raw/master/'}
maven { url 'https://jitpack.io' }
}

android {
Expand All @@ -27,7 +29,7 @@ android {

defaultConfig {
applicationId "info.guardianproject.phoneypot"
minSdkVersion 14
minSdkVersion 15
targetSdkVersion 25
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down Expand Up @@ -57,12 +59,13 @@ dependencies {
compile 'com.android.support:cardview-v7:25.4.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'net.the4thdimension:audio-wife:1.0.3'
compile 'com.github.paolorotolo:appintro:4.1.0'
compile 'com.github.apl-devs:appintro:v4.2.2'
compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
compile 'com.nanohttpd:nanohttpd-webserver:2.2.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'me.angrybyte.picker:picker:1.3.1'
compile 'com.github.stfalcon:frescoimageviewer:0.5.0'
compile 'com.facebook.fresco:fresco:1.4.0'
compile 'com.github.derlio.waveform:library:1.0.3@aar'
compile 'org.firezenk:audiowaves:1.1@aar'
}

0 comments on commit 6978de9

Please sign in to comment.