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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user