mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-07 09:17:11 +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'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 25
|
compileSdkVersion 24
|
||||||
buildToolsVersion '25.0.2'
|
buildToolsVersion '25.0.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
@@ -20,7 +20,7 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ext {
|
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 {
|
dependencies {
|
||||||
|
Reference in New Issue
Block a user