diff --git a/app/app.iml b/app/app.iml
index bd743d6..2a4ce5d 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -71,9 +71,9 @@
-
-
-
+
+
+
@@ -92,13 +92,13 @@
-
+
+
-
-
-
+
+
@@ -106,8 +106,8 @@
+
-
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index ebd3b7a..121916b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 21
- buildToolsVersion "21.0.2"
+ compileSdkVersion 22
+ buildToolsVersion "22.0.1"
defaultConfig {
applicationId "de.apps4ics.mountainnavigation"
minSdkVersion 11
- targetSdkVersion 21
+ targetSdkVersion 22
versionCode 1
versionName "1.0"
}
@@ -22,8 +22,8 @@
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
- compile 'com.android.support:appcompat-v7:21.0.3'
- compile 'com.android.support:design:22.2.0'
+ compile 'com.android.support:appcompat-v7:22.2.1'
+ compile 'com.android.support:design:22.2.1'
compile 'com.survivingwithandroid:weatherlib:1.5.8'
compile 'com.survivingwithandroid:weatherlib_okhttpclient:1.5.8'
compile 'com.squareup.okhttp:okhttp:2.0.+'
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index a6769b5..3826cef 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -25,9 +25,8 @@
android:layout_marginBottom="@dimen/fab_button_margin_bottom"
android:layout_marginRight="@dimen/fab_button_margin_right"
app:fabSize="normal"
- app:borderWidth="0dp"
app:elevation="@dimen/fab_elevation"
- app:pressedTranslationZ="@dimen/fab_translation_z_pressed" />
+ app:pressedTranslationZ="@dimen/fab_translation_z_pressed"/>