Moved to use v3 of Pebblekit library for compatibility with Pebble Time. - Release 2.0a for testing.

This commit is contained in:
Graham Jones
2016-01-16 19:16:58 +00:00
parent 6d4c2495b8
commit be7814c9b8
7 changed files with 17 additions and 8 deletions

View File

@@ -6,8 +6,8 @@ android {
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 11
targetSdkVersion 11
minSdkVersion 14
targetSdkVersion 14
}
buildTypes {
@@ -24,7 +24,8 @@ android {
dependencies {
compile files('libs/mpandroidchartlibrary-2-0-7.jar')
compile files('libs/pebblekit-2.6.0-eclipse.jar')
//compile files('libs/pebblekit-2.6.0-eclipse.jar')
compile 'com.getpebble:pebblekit:3.0.0@aar'
// Unit testing dependencies
testCompile 'junit:junit:4.12'
@@ -36,3 +37,8 @@ dependencies {
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:support-v4:22.2.1'
}
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/groups/public/" }
}