update gradel

This commit is contained in:
Graham Jones
2016-06-27 17:35:07 +01:00
parent bde99a6ce0
commit 9dce8c6237
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ android {
dependencies { dependencies {
compile files('libs/mpandroidchartlibrary-2-0-7.jar') 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 // Unit testing dependencies
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.org.openseizuredetector" package="uk.org.openseizuredetector"
android:versionCode="25" android:versionCode="26"
android:versionName="2.0.4"> android:versionName="2.0.5">
<uses-sdk android:minSdkVersion="14" /> <uses-sdk android:minSdkVersion="14" />

Binary file not shown.

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.0' classpath 'com.android.tools.build:gradle:2.1.2'
} }
} }
allprojects { allprojects {