diff --git a/app/build.gradle b/app/build.gradle index 944795a..bda3c73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ android { dependencies { compile files('libs/mpandroidchartlibrary-2-0-7.jar') - compile 'com.getpebble:pebblekit:3.0.0@aar' + compile 'com.getpebble:pebblekit:3.1.0@aar' // Unit testing dependencies testCompile 'junit:junit:4.12' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 40924a3..f4cc75c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="26" + android:versionName="2.0.5"> diff --git a/app/src/main/assets/pebble_sd.pbw b/app/src/main/assets/pebble_sd.pbw index b31526c..e170767 100644 Binary files a/app/src/main/assets/pebble_sd.pbw and b/app/src/main/assets/pebble_sd.pbw differ diff --git a/build.gradle b/build.gradle index f6dda36..e592b76 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0' + classpath 'com.android.tools.build:gradle:2.1.2' } } allprojects {