1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-06 08:47:56 +02:00

downgrade support lib version to 24.1.1 to fix random moving floating action button bug.

This commit is contained in:
OliE
2017-05-05 21:13:29 +02:00
parent df711df7f3
commit 31bf1d78b8

View File

@@ -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 {