From 31bf1d78b86ba106aaa3d8b3d8dac34b8e70b83e Mon Sep 17 00:00:00 2001 From: OliE Date: Fri, 5 May 2017 21:13:29 +0200 Subject: [PATCH] downgrade support lib version to 24.1.1 to fix random moving floating action button bug. --- android_app/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 9af6606d..4cd6c0a0 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 + compileSdkVersion 24 buildToolsVersion '25.0.2' defaultConfig { @@ -20,7 +20,7 @@ android { } } ext { - supportLibVersion = '25.2.0' + supportLibVersion = '24.1.1' // lib version > 24.1.1 has a floating button bug, which move the button randomly } dependencies {