mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
Allow turning off toolbar intellihide
This commit is contained in:
parent
1d2a428df6
commit
a15e060e25
9 changed files with 68 additions and 38 deletions
|
@ -3,7 +3,7 @@ apply plugin: 'android-apt'
|
|||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion "24.0.0"
|
||||
buildToolsVersion "24.0.1"
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
defaultConfig {
|
||||
|
@ -34,9 +34,9 @@ dependencies {
|
|||
testCompile 'junit:junit:4.12'
|
||||
|
||||
// Android standard libs
|
||||
compile 'com.android.support:appcompat-v7:24.0.0'
|
||||
compile 'com.android.support:design:24.0.0'
|
||||
compile 'com.android.support:support-v4:24.0.0'
|
||||
compile 'com.android.support:appcompat-v7:24.1.1'
|
||||
compile 'com.android.support:design:24.1.1'
|
||||
compile 'com.android.support:support-v4:24.1.1'
|
||||
|
||||
// More libraries
|
||||
compile 'com.getbase:floatingactionbutton:1.9.1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue