Skip to content

Modified to run as submodule #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fabtransitionlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {


dependencies {
compile rootProject.ext.androidSupportAppCompatV7Lib
// compile rootProject.ext.androidSupportAppCompatV7Lib
compile 'com.github.ozodrukh:CircularReveal:1.3.1'
compile 'com.android.support:design:23.4.0'
}
apply from: 'bintray-publish.gradle'
//apply from: 'bintray-publish.gradle'
40 changes: 40 additions & 0 deletions fabtransitionlayout/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=0.4.0
VERSION_CODE=4
COMPILE_SDK_VERSION=23
BUILD_TOOLS_VERSION=23.0.1
TARGET_SDK_VERSION=23
MIN_SDK_VERSION=15

GROUP=com.bowyer.app
ARTIFACT_ID=fabtransitionlayout
ARTIFACT_NAME=FabTransitionLayout

POM_DESCRIPTION=Fab Transition Layout
POM_URL=https://github.com/bowyer-app/FabTransitionLayout
POM_SCM_URL=https://github.com/bowyer-app/FabTransitionLayout.git
POM_SCM_CONNECTION=https://github.com/bowyer-app/FabTransitionLayout.git
POM_SCM_DEV_CONNECTION=https://github.com/bowyer-app/FabTransitionLayout.git
POM_LICENCE_NAME=Released under the MIT license
POM_LICENCE_URL=http://opensource.org/licenses/mit-license.php
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=bowyer-app
POM_DEVELOPER_NAME=bowyer-app
ISSUE_URL=https://github.com/bowyer-app/FabTransitionLayout/issues