Skip to content

Commit

Permalink
Added pre Lollipop animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bowyer-app committed Sep 23, 2015
1 parent a85b6da commit 5709e43
Show file tree
Hide file tree
Showing 8 changed files with 350 additions and 168 deletions.
12 changes: 10 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
apply plugin: 'com.android.application'

repositories {
mavenCentral()

maven {
url "https://jitpack.io"
}
}

android {
compileSdkVersion COMPILE_SDK_VERSION as int
buildToolsVersion BUILD_TOOLS_VERSION
Expand All @@ -21,8 +29,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:design:22.2.0'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
compile 'com.jakewharton:butterknife:6.1.0'
compile 'com.github.ksoichiro:android-observablescrollview:1.5.1'
compile project(':fabtransitionlayout')
Expand Down
12 changes: 11 additions & 1 deletion fabtransitionlayout/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
apply plugin: 'com.android.library'

repositories {
mavenCentral()

maven {
url "https://jitpack.io"
}
}

android {
compileSdkVersion COMPILE_SDK_VERSION as int
buildToolsVersion BUILD_TOOLS_VERSION
Expand All @@ -18,7 +26,9 @@ android {
}
}


dependencies {
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.github.ozodrukh:CircularReveal:1.1.1'
}
apply from: 'bintray-publish.gradle'
Loading

0 comments on commit 5709e43

Please sign in to comment.