diff --git a/build.gradle b/build.gradle index 0bf9a758..3daebc82 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { @@ -27,7 +29,7 @@ android { defaultConfig { applicationId "info.guardianproject.phoneypot" - minSdkVersion 14 + minSdkVersion 15 targetSdkVersion 25 compileOptions { sourceCompatibility JavaVersion.VERSION_1_7 @@ -57,7 +59,7 @@ 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' @@ -65,4 +67,5 @@ dependencies { 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' }