diff --git a/android_app/android_app.iml b/android_app/android_app.iml
index 2a022014..a0a56048 100644
--- a/android_app/android_app.iml
+++ b/android_app/android_app.iml
@@ -1,15 +1,14 @@
-
+
+
-
-
-
+
@@ -17,5 +16,4 @@
-
-
+
\ No newline at end of file
diff --git a/android_app/app/app.iml b/android_app/app/app.iml
index a151fb4c..8b876c4d 100644
--- a/android_app/app/app.iml
+++ b/android_app/app/app.iml
@@ -9,7 +9,6 @@
-
@@ -47,7 +46,6 @@
-
@@ -55,7 +53,6 @@
-
@@ -63,58 +60,42 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
+
+
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle
index af41b28e..e634ccf2 100644
--- a/android_app/app/build.gradle
+++ b/android_app/app/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 21
- buildToolsVersion "21.1.2"
+ compileSdkVersion 25
+ buildToolsVersion '25.0.2'
defaultConfig {
applicationId "com.health.openscale"
minSdkVersion 18
- targetSdkVersion 21
+ targetSdkVersion 25
}
buildTypes {
@@ -17,9 +17,12 @@ android {
}
}
}
+ext {
+ supportLibVersion = '25.2.0'
+}
dependencies {
- compile 'com.android.support:support-v4:21.0.3'
- compile 'com.android.support:appcompat-v7:21.0.0'
+ compile "com.android.support:support-v4:${supportLibVersion}"
+ compile "com.android.support:appcompat-v7:${supportLibVersion}"
compile 'com.github.lecho:hellocharts-library:1.5.8@aar'
}
diff --git a/android_app/build.gradle b/android_app/build.gradle
index e26cdeef..97e8b8e3 100644
--- a/android_app/build.gradle
+++ b/android_app/build.gradle
@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.0.0'
+ classpath 'com.android.tools.build:gradle:2.3.0'
}
}
diff --git a/android_app/gradle/wrapper/gradle-wrapper.properties b/android_app/gradle/wrapper/gradle-wrapper.properties
index 0c71e760..91103397 100644
--- a/android_app/gradle/wrapper/gradle-wrapper.properties
+++ b/android_app/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Wed Apr 10 15:27:10 PDT 2013
+#Sun Mar 05 12:16:00 CET 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip