Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #87 from recruit-lifestyle/develop
Browse files Browse the repository at this point in the history
Ver 2.3.2
  • Loading branch information
YoshihideSogawa authored May 28, 2018
2 parents f6ee3bf + 4b0e352 commit 9d13cf3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Min Sdk Version : 14
}

dependencies {
compile 'com.github.recruit-lifestyle:FloatingView:2.3.1'
implementation 'com.github.recruit-lifestyle:FloatingView:2.3.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Sep 13 12:18:11 JST 2017
#Mon May 07 16:30:08 JST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ android {
}

dependencies {
compile 'com.android.support:support-annotations:27.0.2'
compile 'com.android.support:support-compat:27.0.2'
compile 'com.android.support:support-dynamic-animation:27.0.2'
implementation 'com.android.support:support-annotations:27.1.1'
implementation 'com.android.support:support-compat:27.1.1'
implementation 'com.android.support:support-dynamic-animation:27.1.1'
}

// build a jar with source files
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:preference-v14:27.0.2'
compile project(':library')
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:preference-v14:27.1.1'
implementation project(':library')
}

0 comments on commit 9d13cf3

Please sign in to comment.