Skip to content

Commit

Permalink
- updated to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckurtm committed Feb 22, 2015
1 parent e075781 commit d49c3eb
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,12 +13,12 @@
[2]: https://developer.android.com/images/brand/en_app_rgb_wo_45.png (365 Body workout)

##HOW TO ADD TO YOUR PROJECT
[ ![Download](https://api.bintray.com/packages/ckurtm/maven/FabButton/images/download.svg) ](https://bintray.com/ckurtm/maven/FabButton/_latestVersion)

Gradle:

```groovy
dependencies {
compile 'mbanje.kurt:fabbutton:1.0.0'
compile 'mbanje.kurt:fabbutton:1.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle
Expand Up @@ -21,5 +21,5 @@ android {

dependencies {
compile 'com.android.support:appcompat-v7:21.0.3'
compile project(':library')
compile project(':fabbutton')
}
File renamed without changes.
4 changes: 2 additions & 2 deletions library/build.gradle → fabbutton/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.0.0"
version = "1.0.1"
group = "mbanje.kurt"

def siteUrl = 'https://github.com/ckurtm/FabButton'
Expand All @@ -15,7 +15,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 1
versionCode 2
versionName version
}
buildTypes {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':library', ':demo'
include ':fabbutton', ':demo'

0 comments on commit d49c3eb

Please sign in to comment.