Started adding IP camera viewer fragment - not working yet.

This commit is contained in:
Graham Jones
2015-12-15 20:47:53 +00:00
parent 1af6e8787f
commit e7cf47f08a
5 changed files with 131 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ android {
dependencies {
compile files('libs/mpandroidchartlibrary-2-0-7.jar')
compile files('libs/pebblekit-2.6.0-eclipse.jar')
compile 'com.android.support:appcompat-v7:22.2.1'
// Unit testing dependencies
testCompile 'junit:junit:4.12'
@@ -30,4 +29,6 @@ dependencies {
// Set this dependency if you want to use Hamcrest matching
testCompile 'org.hamcrest:hamcrest-library:1.1'
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:support-v4:22.2.1'
}